Html Css Color HEX #08A20C Islamic Green

📋 copy color: '#08A20C'

red 8 ◦ green 162 ◦ blue 12

#08A20C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #08A20C

Tints of Islamic Green #08A20C

RGB

 RED value IS 8 (3.52% from 255) = 4.4%

 GREEN value IS 162 (63.67% from 255) = 89.01%

 BLUE value IS 12 (5.08% from 255) = 6.59%

R = 4.4%
G = 89.01%
B = 6.59%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.93

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#08A20C (or 0x08A20C) is known color: Islamic Green. HEX triplet: 08, A2 and 0C. RGB value is (8,162,12). Sum of RGB (Red+Green+Blue) = 8+162+12=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 162 (63.67% from 255 or 89.01% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 162 - color contains mainly: green. Hex color #08A20C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08A20C is #F75DF3. Grayscale: #636363. Windows color (decimal): -16211444 or 827912. OLE color: 827912.

HSL color Cylindrical-coordinate representation of color #08A20C: hue angle of 121.56º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A20C is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 8 162 12 -
CMYK 0.95 0 0.93 0.36
HSL 121.56º 0.91% 0.33% -
HSV(B) 121.56º 0.95% 0.64% -
XYZ 13.09 25.92 4.66 -
YUV 98.85 78.98 63.2 -
System Red Green Blue C M Y K H S L
Decimal 8 162 12 0.95 0 0.93 0.36 121.56 0.91 0.33
Hex 8 A2 C 5F 0 5D 24 7A 5B 21
Octal 10 242 14 137 0 135 44 172 133 41
Binary 1000 10100010 1100 1011111 0 1011101 100100 1111010 1011011 100001

Color Harmonies of #08A20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A20C

Black with #08A20C

Text Example


Text Example

White with #08A20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08A20C; }

 p { color: rgb(8,162,12); }

 H1.HeaderClassName
 {
   color: #08A20C;
 }
 .AnyTagClassName
 {
   color: #08A20C;
 }
</style>

background-color css

<style>
 a { background-color: #08A20C; }

 a { background-color: rgb(8,162,12); }

 div.DivClassName
 {
   background-color: #08A20C;
 }
 .BgClassName
 {
   background-color: #08A20C;
 }
</style>

border-color css

<style>
 span { border-color: #08A20C; }

 span { border-color: rgb(8,162,12); }

 td.TdClassName
 {
   border-color: #08A20C;
 }
 .TagClassName
 {
   border-color: #08A20C;
 }
</style>