Shades of Islamic Green #02C009
Tints of Islamic Green #02C009
RGB
CMYK
RGB Variations
Color information
#02C009 (or 0x02C009) is known color: Islamic Green. HEX triplet: 02, C0 and 09. RGB value is (2,192,9). Sum of RGB (Red+Green+Blue) = 2+192+9=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 192 (75.39% from 255 or 94.58% from 203); Blue value is 9 (3.91% from 255 or 4.43% from 203); Max value from RGB is 192 - color contains mainly: green. Hex color #02C009 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C009 is #FD3FF6. Grayscale: #727272. Windows color (decimal): -16596983 or 638978. OLE color: 638978.
HSL color Cylindrical-coordinate representation of color #02C009: hue angle of 122.21º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C009 is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 9 | - |
| CMYK | 0.99 | 0 | 0.95 | 0.25 |
| HSL | 122.21º | 0.98% | 0.38% | - |
| HSV(B) | 122.21º | 0.99% | 0.75% | - |
| XYZ | 18.92 | 37.73 | 6.54 | - |
| YUV | 114.33 | 68.55 | 47.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 9 | 0.99 | 0 | 0.95 | 0.25 | 122.21 | 0.98 | 0.38 |
| Hex | 2 | C0 | 9 | 63 | 0 | 5F | 19 | 7A | 62 | 26 |
| Octal | 2 | 300 | 11 | 143 | 0 | 137 | 31 | 172 | 142 | 46 |
| Binary | 10 | 11000000 | 1001 | 1100011 | 0 | 1011111 | 11001 | 1111010 | 1100010 | 100110 |
Color Harmonies of #02C009
Complementary color
Monochromatic Colors of #02C009
Black with #02C009
Text Example
Text Example
White with #02C009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C009; }
p { color: rgb(2,192,9); }
H1.HeaderClassName
{
color: #02C009;
}
.AnyTagClassName
{
color: #02C009;
}
</style>
background-color css
<style>
a { background-color: #02C009; }
a { background-color: rgb(2,192,9); }
div.DivClassName
{
background-color: #02C009;
}
.BgClassName
{
background-color: #02C009;
}
</style>
border-color css
<style>
span { border-color: #02C009; }
span { border-color: rgb(2,192,9); }
td.TdClassName
{
border-color: #02C009;
}
.TagClassName
{
border-color: #02C009;
}
</style>