COLOR #08BB18

HEX: #08BB18
RGB: (8,187,24)

Color info

#08BB18 contains mainly green color. Web safe color of #08BB18 is #00CC00 (or #0C0).

RGB color model

#08BB18 color RGB value is (8,187,24).

  • red value is 8;
  • green value is 187;
  • blue value is 24.
RGB:
(8,187,24)
(3%,73%,9%)

RGB channels and saturation

R 8 of 255 = 3%
G 187 of 255 = 73%
B 24 of 255 = 9%

8
187
24

R + G + B ~ 28%. #08BB18 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 187 + 24 = 219 (100%)
R 8 of 219 ~ 3.65%
G 187 of 219 ~ 85.39%
B 24 of 219 ~ 10.96%

%85.39
%10.96

CMYK color model

#08BB18 color CMYK value is (96,0,87,27).

  • cyan value is 95.72%
  • magenta value is 0.00%
  • yellow value is 87.17%
  • key color value is 26.67%
CMYK:
(96,0,87,27)
C96M0Y87K27 
(96%,0%,87%,27%)
(0.96/0.00/0.87/0.27)	

CMYK percentages

%95.72
%0
%87.17
%26.67

Codes

Color #08BB18 in popluar color models

08BB18
RGB818724
HSL125°91.79%38.24%
HSB/HSV125°95.72%73.33%
CMYK95.72%0.00%87.17%
26.67%

Color #08BB18 in popluar number systems.

HEX08BB18
Decimal818724
Binary10001011101111000
Octal1027330

Shades and tints

Shades of #08BB18

#08BB18
(8,187,24)
#08AA16
(8,170,22)
#089914
(8,153,20)
#088812
(8,136,18)
#087710
(8,119,16)
#08660E
(8,102,14)
#08550C
(8,85,12)
#08440A
(8,68,10)
#083308
(8,51,8)
#082206
(8,34,6)
#081104
(8,17,4)
#000000
(0,0,0)

Tints of #08BB18

#08BB18
(8,187,24)
#1EC12D
(30,193,45)
#34C742
(52,199,66)
#4ACD57
(74,205,87)
#60D36C
(96,211,108)
#76D981
(118,217,129)
#8CDF96
(140,223,150)
#A2E5AB
(162,229,171)
#B8EBC0
(184,235,192)
#CEF1D5
(206,241,213)
#E4F7EA
(228,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08BB18 color. Also use rgb(8,187,24) instead hex code.

Text Font Color

.myTextColor { color: #08BB18; }

<p style="color:#08BB18">This sample text font color is #08BB18.</p>

This text font color is #08BB18.


Background Color

.myBgColor { background-color: #08BB18; }

<div style="background-color:#08BB18">Inner text</div>

This div background color is #08BB18.


Border color

.myBorderColor { border: 1px solid #08BB18; }

<div style="border:3px solid #08BB18">Div</div>

This div border color is #08BB18.


Opacity

.myOpacity80 { color: #08BB18; opacity: 0.8; }

<p style="color:#08BB18;opacity:0.8;">80%</p>

Text with #08BB18 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #08BB18;}

<p style="text-shadow: 3px 3px 1px #08BB18">Text here.</p>

This text has shadow with #08BB18 color.

.textShadow {text-shadow: 3px 3px 1px #08BB18, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #08BB18, 5px 5px 20px red">Text here.</p>

This text has shadow with #08BB18 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#08BB18, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#08BB18, Direction=45, Strength=4)">Text</p>

This text has shadow with #08BB18 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #08BB18;
  -webkit-box-shadow:	1px 1px 3px 2px #08BB18;
  box-shadow:		1px 1px 3px 2px #08BB18;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #08BB18;
-webkit-box-shadow: 1px 1px 3px 2px #08BB18;
box-shadow:1px 1px 3px 2px #08BB18;">
Div content here</div>
This div box has shadow with color #08BB18.

Preview

Color preview on black background

This text has color #08BB18 on black background.


Color preview on white background

This text has color #08BB18 on white background.



Black color preview on #08BB18 background

This text has black color on #08BB18 background.


White color preview on #08BB18 background

This text has white color on #08BB18 background.