Shades of Islamic Green #01CA02
Tints of Islamic Green #01CA02
RGB
CMYK
RGB Variations
Color information
#01CA02 (or 0x01CA02) is known color: Islamic Green. HEX triplet: 01, CA and 02. RGB value is (1,202,2). Sum of RGB (Red+Green+Blue) = 1+202+2=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 202 (79.30% from 255 or 98.54% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 202 - color contains mainly: green. Hex color #01CA02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01CA02 is #FE35FD. Grayscale: #777777. Windows color (decimal): -16659966 or 182785. OLE color: 182785.
HSL color Cylindrical-coordinate representation of color #01CA02: hue angle of 120.3º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CA02 is Cyan = 1.00, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 202 | 2 | - |
| CMYK | 1.00 | 0 | 0.99 | 0.21 |
| HSL | 120.3º | 0.99% | 0.4% | - |
| HSV(B) | 120.3º | 1% | 0.79% | - |
| XYZ | 21.14 | 42.25 | 7.1 | - |
| YUV | 119.1 | 61.91 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 202 | 2 | 1.00 | 0 | 0.99 | 0.21 | 120.3 | 0.99 | 0.4 |
| Hex | 1 | CA | 2 | 64 | 0 | 63 | 15 | 78 | 63 | 28 |
| Octal | 1 | 312 | 2 | 144 | 0 | 143 | 25 | 170 | 143 | 50 |
| Binary | 1 | 11001010 | 10 | 1100100 | 0 | 1100011 | 10101 | 1111000 | 1100011 | 101000 |
Color Harmonies of #01CA02
Complementary color
Monochromatic Colors of #01CA02
Black with #01CA02
Text Example
Text Example
White with #01CA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CA02; }
p { color: rgb(1,202,2); }
H1.HeaderClassName
{
color: #01CA02;
}
.AnyTagClassName
{
color: #01CA02;
}
</style>
background-color css
<style>
a { background-color: #01CA02; }
a { background-color: rgb(1,202,2); }
div.DivClassName
{
background-color: #01CA02;
}
.BgClassName
{
background-color: #01CA02;
}
</style>
border-color css
<style>
span { border-color: #01CA02; }
span { border-color: rgb(1,202,2); }
td.TdClassName
{
border-color: #01CA02;
}
.TagClassName
{
border-color: #01CA02;
}
</style>