COLOR #08C522

HEX: #08C522
RGB: (8,197,34)

Color info

#08C522 contains mainly green color. Web safe color of #08C522 is #00CC33 (or #0C3).

RGB color model

#08C522 color RGB value is (8,197,34).

  • red value is 8;
  • green value is 197;
  • blue value is 34.
RGB:
(8,197,34)
(3%,77%,13%)

RGB channels and saturation

R 8 of 255 = 3%
G 197 of 255 = 77%
B 34 of 255 = 13%

8
197
34

R + G + B ~ 31%. #08C522 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 197 + 34 = 239 (100%)
R 8 of 239 ~ 3.35%
G 197 of 239 ~ 82.43%
B 34 of 239 ~ 14.23%

%82.43
%14.23

CMYK color model

#08C522 color CMYK value is (96,0,83,23).

  • cyan value is 95.94%
  • magenta value is 0.00%
  • yellow value is 82.74%
  • key color value is 22.75%
CMYK:
(96,0,83,23)
C96M0Y83K23 
(96%,0%,83%,23%)
(0.96/0.00/0.83/0.23)	

CMYK percentages

%95.94
%0
%82.74
%22.75

Codes

Color #08C522 in popluar color models

08C522
RGB819734
HSL128°92.20%40.20%
HSB/HSV128°95.94%77.25%
CMYK95.94%0.00%82.74%
22.75%

Color #08C522 in popluar number systems.

HEX08C522
Decimal819734
Binary100011000101100010
Octal1030542

Shades and tints

Shades of #08C522

#08C522
(8,197,34)
#08B41F
(8,180,31)
#08A31C
(8,163,28)
#089219
(8,146,25)
#088116
(8,129,22)
#087013
(8,112,19)
#085F10
(8,95,16)
#084E0D
(8,78,13)
#083D0A
(8,61,10)
#082C07
(8,44,7)
#081B04
(8,27,4)
#000000
(0,0,0)

Tints of #08C522

#08C522
(8,197,34)
#1ECA36
(30,202,54)
#34CF4A
(52,207,74)
#4AD45E
(74,212,94)
#60D972
(96,217,114)
#76DE86
(118,222,134)
#8CE39A
(140,227,154)
#A2E8AE
(162,232,174)
#B8EDC2
(184,237,194)
#CEF2D6
(206,242,214)
#E4F7EA
(228,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08C522 color. Also use rgb(8,197,34) instead hex code.

Text Font Color

.myTextColor { color: #08C522; }

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

This text font color is #08C522.


Background Color

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

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

This div background color is #08C522.


Border color

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

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

This div border color is #08C522.


Opacity

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

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

Text with #08C522 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 #08C522;}

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

This text has shadow with #08C522 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08C522 on black background.


Color preview on white background

This text has color #08C522 on white background.



Black color preview on #08C522 background

This text has black color on #08C522 background.


White color preview on #08C522 background

This text has white color on #08C522 background.