Shades of Islamic Green #00C902
Tints of Islamic Green #00C902
RGB
CMYK
RGB Variations
Color information
#00C902 (or 0x00C902) is known color: Islamic Green. HEX triplet: 00, C9 and 02. RGB value is (0,201,2). Sum of RGB (Red+Green+Blue) = 0+201+2=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 201 (78.91% from 255 or 99.01% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 201 - color contains mainly: green. Hex color #00C902 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00C902 is #FF36FD. Grayscale: #767676. Windows color (decimal): -16725758 or 182528. OLE color: 182528.
HSL color Cylindrical-coordinate representation of color #00C902: hue angle of 120.6º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C902 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 201 | 2 | - |
| CMYK | 1 | 0 | 0.99 | 0.21 |
| HSL | 120.6º | 1% | 0.39% | - |
| HSV(B) | 120.6º | 1% | 0.79% | - |
| XYZ | 20.9 | 41.78 | 7.02 | - |
| YUV | 118.22 | 62.41 | 43.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 201 | 2 | 1 | 0 | 0.99 | 0.21 | 120.6 | 1 | 0.39 |
| Hex | 0 | C9 | 2 | 64 | 0 | 63 | 15 | 79 | 64 | 27 |
| Octal | 0 | 311 | 2 | 144 | 0 | 143 | 25 | 171 | 144 | 47 |
| Binary | 0 | 11001001 | 10 | 1100100 | 0 | 1100011 | 10101 | 1111001 | 1100100 | 100111 |
Color Harmonies of #00C902
Complementary color
Monochromatic Colors of #00C902
Black with #00C902
Text Example
Text Example
White with #00C902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C902; }
p { color: rgb(0,201,2); }
H1.HeaderClassName
{
color: #00C902;
}
.AnyTagClassName
{
color: #00C902;
}
</style>
background-color css
<style>
a { background-color: #00C902; }
a { background-color: rgb(0,201,2); }
div.DivClassName
{
background-color: #00C902;
}
.BgClassName
{
background-color: #00C902;
}
</style>
border-color css
<style>
span { border-color: #00C902; }
span { border-color: rgb(0,201,2); }
td.TdClassName
{
border-color: #00C902;
}
.TagClassName
{
border-color: #00C902;
}
</style>