Shades of Islamic Green #08AF0C
Tints of Islamic Green #08AF0C
RGB
CMYK
RGB Variations
Color information
#08AF0C (or 0x08AF0C) is known color: Islamic Green. HEX triplet: 08, AF and 0C. RGB value is (8,175,12). Sum of RGB (Red+Green+Blue) = 8+175+12=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 175 (68.75% from 255 or 89.74% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 175 - color contains mainly: green. Hex color #08AF0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08AF0C is #F750F3. Grayscale: #6A6A6A. Windows color (decimal): -16208116 or 831240. OLE color: 831240.
HSL color Cylindrical-coordinate representation of color #08AF0C: hue angle of 121.44º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AF0C is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 8 | 175 | 12 | - |
| CMYK | 0.95 | 0 | 0.93 | 0.31 |
| HSL | 121.44º | 0.91% | 0.36% | - |
| HSV(B) | 121.44º | 0.95% | 0.69% | - |
| XYZ | 15.5 | 30.74 | 5.46 | - |
| YUV | 106.49 | 74.67 | 57.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 175 | 12 | 0.95 | 0 | 0.93 | 0.31 | 121.44 | 0.91 | 0.36 |
| Hex | 8 | AF | C | 5F | 0 | 5D | 1F | 79 | 5B | 24 |
| Octal | 10 | 257 | 14 | 137 | 0 | 135 | 37 | 171 | 133 | 44 |
| Binary | 1000 | 10101111 | 1100 | 1011111 | 0 | 1011101 | 11111 | 1111001 | 1011011 | 100100 |
Color Harmonies of #08AF0C
Complementary color
Monochromatic Colors of #08AF0C
Black with #08AF0C
Text Example
Text Example
White with #08AF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08AF0C; }
p { color: rgb(8,175,12); }
H1.HeaderClassName
{
color: #08AF0C;
}
.AnyTagClassName
{
color: #08AF0C;
}
</style>
background-color css
<style>
a { background-color: #08AF0C; }
a { background-color: rgb(8,175,12); }
div.DivClassName
{
background-color: #08AF0C;
}
.BgClassName
{
background-color: #08AF0C;
}
</style>
border-color css
<style>
span { border-color: #08AF0C; }
span { border-color: rgb(8,175,12); }
td.TdClassName
{
border-color: #08AF0C;
}
.TagClassName
{
border-color: #08AF0C;
}
</style>