Html Css Color HEX #08AB0C Islamic Green

📋 copy color: '#08AB0C'

red 8 ◦ green 171 ◦ blue 12

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

Shades of Islamic Green #08AB0C

Tints of Islamic Green #08AB0C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 89.53%

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

R = 4.19%
G = 89.53%
B = 6.28%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#08AB0C (or 0x08AB0C) is known color: Islamic Green. HEX triplet: 08, AB and 0C. RGB value is (8,171,12). Sum of RGB (Red+Green+Blue) = 8+171+12=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 171 (67.19% from 255 or 89.53% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 171 - color contains mainly: green. Hex color #08AB0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08AB0C is #F754F3. Grayscale: #686868. Windows color (decimal): -16209140 or 830216. OLE color: 830216.

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

Color convert

RGB 8 171 12 -
CMYK 0.95 0 0.93 0.33
HSL 121.47º 0.91% 0.35% -
HSV(B) 121.47º 0.95% 0.67% -
XYZ 14.73 29.2 5.21 -
YUV 104.14 76 59.43 -
System Red Green Blue C M Y K H S L
Decimal 8 171 12 0.95 0 0.93 0.33 121.47 0.91 0.35
Hex 8 AB C 5F 0 5D 21 79 5B 23
Octal 10 253 14 137 0 135 41 171 133 43
Binary 1000 10101011 1100 1011111 0 1011101 100001 1111001 1011011 100011

Color Harmonies of #08AB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AB0C

Black with #08AB0C

Text Example


Text Example

White with #08AB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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