Shades of Islamic Green #0CC809
Tints of Islamic Green #0CC809
RGB
CMYK
RGB Variations
Color information
#0CC809 (or 0x0CC809) is known color: Islamic Green. HEX triplet: 0C, C8 and 09. RGB value is (12,200,9). Sum of RGB (Red+Green+Blue) = 12+200+9=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 200 (78.52% from 255 or 90.50% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 200 - color contains mainly: green. Hex color #0CC809 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC809 is #F337F6. Grayscale: #7A7A7A. Windows color (decimal): -15939575 or 641036. OLE color: 641036.
HSL color Cylindrical-coordinate representation of color #0CC809: hue angle of 119.06º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CC809 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 200 | 9 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.22 |
| HSL | 119.06º | 0.91% | 0.41% | - |
| HSV(B) | 119.06º | 0.96% | 0.78% | - |
| XYZ | 20.86 | 41.41 | 7.15 | - |
| YUV | 122.01 | 64.22 | 49.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 200 | 9 | 0.94 | 0 | 0.96 | 0.22 | 119.06 | 0.91 | 0.41 |
| Hex | C | C8 | 9 | 5E | 0 | 60 | 16 | 77 | 5B | 29 |
| Octal | 14 | 310 | 11 | 136 | 0 | 140 | 26 | 167 | 133 | 51 |
| Binary | 1100 | 11001000 | 1001 | 1011110 | 0 | 1100000 | 10110 | 1110111 | 1011011 | 101001 |
Color Harmonies of #0CC809
Complementary color
Monochromatic Colors of #0CC809
Black with #0CC809
Text Example
Text Example
White with #0CC809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC809; }
p { color: rgb(12,200,9); }
H1.HeaderClassName
{
color: #0CC809;
}
.AnyTagClassName
{
color: #0CC809;
}
</style>
background-color css
<style>
a { background-color: #0CC809; }
a { background-color: rgb(12,200,9); }
div.DivClassName
{
background-color: #0CC809;
}
.BgClassName
{
background-color: #0CC809;
}
</style>
border-color css
<style>
span { border-color: #0CC809; }
span { border-color: rgb(12,200,9); }
td.TdClassName
{
border-color: #0CC809;
}
.TagClassName
{
border-color: #0CC809;
}
</style>