Shades of Islamic Green #09AF14
Tints of Islamic Green #09AF14
RGB
CMYK
RGB Variations
Color information
#09AF14 (or 0x09AF14) is known color: Islamic Green. HEX triplet: 09, AF and 14. RGB value is (9,175,20). Sum of RGB (Red+Green+Blue) = 9+175+20=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 175 (68.75% from 255 or 85.78% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #09AF14 is #F650EB. Grayscale: #6C6C6C. Windows color (decimal): -16142572 or 1355529. OLE color: 1355529.
HSL color Cylindrical-coordinate representation of color #09AF14: hue angle of 123.98º degrees, saturation: 0.9, 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 #09AF14 is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 175 | 20 | - |
| CMYK | 0.95 | 0 | 0.89 | 0.31 |
| HSL | 123.98º | 0.9% | 0.36% | - |
| HSV(B) | 123.98º | 0.95% | 0.69% | - |
| XYZ | 15.57 | 30.77 | 5.78 | - |
| YUV | 107.7 | 78.5 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 20 | 0.95 | 0 | 0.89 | 0.31 | 123.98 | 0.9 | 0.36 |
| Hex | 9 | AF | 14 | 5F | 0 | 59 | 1F | 7C | 5A | 24 |
| Octal | 11 | 257 | 24 | 137 | 0 | 131 | 37 | 174 | 132 | 44 |
| Binary | 1001 | 10101111 | 10100 | 1011111 | 0 | 1011001 | 11111 | 1111100 | 1011010 | 100100 |
Color Harmonies of #09AF14
Complementary color
Monochromatic Colors of #09AF14
Black with #09AF14
Text Example
Text Example
White with #09AF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AF14; }
p { color: rgb(9,175,20); }
H1.HeaderClassName
{
color: #09AF14;
}
.AnyTagClassName
{
color: #09AF14;
}
</style>
background-color css
<style>
a { background-color: #09AF14; }
a { background-color: rgb(9,175,20); }
div.DivClassName
{
background-color: #09AF14;
}
.BgClassName
{
background-color: #09AF14;
}
</style>
border-color css
<style>
span { border-color: #09AF14; }
span { border-color: rgb(9,175,20); }
td.TdClassName
{
border-color: #09AF14;
}
.TagClassName
{
border-color: #09AF14;
}
</style>