Shades of Islamic Green #0CAF04
Tints of Islamic Green #0CAF04
RGB
CMYK
RGB Variations
Color information
#0CAF04 (or 0x0CAF04) is known color: Islamic Green. HEX triplet: 0C, AF and 04. RGB value is (12,175,4). Sum of RGB (Red+Green+Blue) = 12+175+4=191 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.28% from 191); Green value is 175 (68.75% from 255 or 91.62% from 191); Blue value is 4 (1.95% from 255 or 2.09% from 191); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAF04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAF04 is #F350FB. Grayscale: #6B6B6B. Windows color (decimal): -15945980 or 306956. OLE color: 306956.
HSL color Cylindrical-coordinate representation of color #0CAF04: hue angle of 117.19º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0CAF04 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 175 | 4 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.31 |
| HSL | 117.19º | 0.96% | 0.35% | - |
| HSV(B) | 117.19º | 0.98% | 0.69% | - |
| XYZ | 15.5 | 30.75 | 5.23 | - |
| YUV | 106.77 | 70 | 60.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 175 | 4 | 0.93 | 0 | 0.98 | 0.31 | 117.19 | 0.96 | 0.35 |
| Hex | C | AF | 4 | 5D | 0 | 62 | 1F | 75 | 60 | 23 |
| Octal | 14 | 257 | 4 | 135 | 0 | 142 | 37 | 165 | 140 | 43 |
| Binary | 1100 | 10101111 | 100 | 1011101 | 0 | 1100010 | 11111 | 1110101 | 1100000 | 100011 |
Color Harmonies of #0CAF04
Complementary color
Monochromatic Colors of #0CAF04
Black with #0CAF04
Text Example
Text Example
White with #0CAF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAF04; }
p { color: rgb(12,175,4); }
H1.HeaderClassName
{
color: #0CAF04;
}
.AnyTagClassName
{
color: #0CAF04;
}
</style>
background-color css
<style>
a { background-color: #0CAF04; }
a { background-color: rgb(12,175,4); }
div.DivClassName
{
background-color: #0CAF04;
}
.BgClassName
{
background-color: #0CAF04;
}
</style>
border-color css
<style>
span { border-color: #0CAF04; }
span { border-color: rgb(12,175,4); }
td.TdClassName
{
border-color: #0CAF04;
}
.TagClassName
{
border-color: #0CAF04;
}
</style>