Shades of Islamic Green #00C009
Tints of Islamic Green #00C009
RGB
CMYK
RGB Variations
Color information
#00C009 (or 0x00C009) is known color: Islamic Green. HEX triplet: 00, C0 and 09. RGB value is (0,192,9). Sum of RGB (Red+Green+Blue) = 0+192+9=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 192 (75.39% from 255 or 95.52% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 192 - color contains mainly: green. Hex color #00C009 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00C009 is #FF3FF6. Grayscale: #727272. Windows color (decimal): -16728055 or 638976. OLE color: 638976.
HSL color Cylindrical-coordinate representation of color #00C009: hue angle of 122.81º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C009 is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 192 | 9 | - |
| CMYK | 1 | 0 | 0.95 | 0.25 |
| HSL | 122.81º | 1% | 0.38% | - |
| HSV(B) | 122.81º | 1% | 0.75% | - |
| XYZ | 18.9 | 37.72 | 6.54 | - |
| YUV | 113.73 | 68.89 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 192 | 9 | 1 | 0 | 0.95 | 0.25 | 122.81 | 1 | 0.38 |
| Hex | 0 | C0 | 9 | 64 | 0 | 5F | 19 | 7B | 64 | 26 |
| Octal | 0 | 300 | 11 | 144 | 0 | 137 | 31 | 173 | 144 | 46 |
| Binary | 0 | 11000000 | 1001 | 1100100 | 0 | 1011111 | 11001 | 1111011 | 1100100 | 100110 |
Color Harmonies of #00C009
Complementary color
Monochromatic Colors of #00C009
Black with #00C009
Text Example
Text Example
White with #00C009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C009; }
p { color: rgb(0,192,9); }
H1.HeaderClassName
{
color: #00C009;
}
.AnyTagClassName
{
color: #00C009;
}
</style>
background-color css
<style>
a { background-color: #00C009; }
a { background-color: rgb(0,192,9); }
div.DivClassName
{
background-color: #00C009;
}
.BgClassName
{
background-color: #00C009;
}
</style>
border-color css
<style>
span { border-color: #00C009; }
span { border-color: rgb(0,192,9); }
td.TdClassName
{
border-color: #00C009;
}
.TagClassName
{
border-color: #00C009;
}
</style>