Shades of Islamic Green #0CAF09
Tints of Islamic Green #0CAF09
RGB
CMYK
RGB Variations
Color information
#0CAF09 (or 0x0CAF09) is known color: Islamic Green. HEX triplet: 0C, AF and 09. RGB value is (12,175,9). Sum of RGB (Red+Green+Blue) = 12+175+9=196 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.12% from 196); Green value is 175 (68.75% from 255 or 89.29% from 196); Blue value is 9 (3.91% from 255 or 4.59% from 196); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAF09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAF09 is #F350F6. Grayscale: #6B6B6B. Windows color (decimal): -15945975 or 634636. OLE color: 634636.
HSL color Cylindrical-coordinate representation of color #0CAF09: hue angle of 118.92º 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 #0CAF09 is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 175 | 9 | - |
| CMYK | 0.93 | 0 | 0.95 | 0.31 |
| HSL | 118.92º | 0.9% | 0.36% | - |
| HSV(B) | 118.92º | 0.95% | 0.69% | - |
| XYZ | 15.53 | 30.76 | 5.38 | - |
| YUV | 107.34 | 72.5 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 175 | 9 | 0.93 | 0 | 0.95 | 0.31 | 118.92 | 0.9 | 0.36 |
| Hex | C | AF | 9 | 5D | 0 | 5F | 1F | 77 | 5A | 24 |
| Octal | 14 | 257 | 11 | 135 | 0 | 137 | 37 | 167 | 132 | 44 |
| Binary | 1100 | 10101111 | 1001 | 1011101 | 0 | 1011111 | 11111 | 1110111 | 1011010 | 100100 |
Color Harmonies of #0CAF09
Complementary color
Monochromatic Colors of #0CAF09
Black with #0CAF09
Text Example
Text Example
White with #0CAF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAF09; }
p { color: rgb(12,175,9); }
H1.HeaderClassName
{
color: #0CAF09;
}
.AnyTagClassName
{
color: #0CAF09;
}
</style>
background-color css
<style>
a { background-color: #0CAF09; }
a { background-color: rgb(12,175,9); }
div.DivClassName
{
background-color: #0CAF09;
}
.BgClassName
{
background-color: #0CAF09;
}
</style>
border-color css
<style>
span { border-color: #0CAF09; }
span { border-color: rgb(12,175,9); }
td.TdClassName
{
border-color: #0CAF09;
}
.TagClassName
{
border-color: #0CAF09;
}
</style>