Shades of Islamic Green #02A023
Tints of Islamic Green #02A023
RGB
CMYK
RGB Variations
Color information
#02A023 (or 0x02A023) is known color: Islamic Green. HEX triplet: 02, A0 and 23. RGB value is (2,160,35). Sum of RGB (Red+Green+Blue) = 2+160+35=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 160 (62.89% from 255 or 81.22% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 160 - color contains mainly: green. Hex color #02A023 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A023 is #FD5FDC. Grayscale: #626262. Windows color (decimal): -16605149 or 2334722. OLE color: 2334722.
HSL color Cylindrical-coordinate representation of color #02A023: hue angle of 132.53º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A023 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 160 | 35 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.37 |
| HSL | 132.53º | 0.98% | 0.32% | - |
| HSV(B) | 132.53º | 0.99% | 0.63% | - |
| XYZ | 12.9 | 25.28 | 5.79 | - |
| YUV | 98.51 | 92.15 | 59.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 160 | 35 | 0.99 | 0 | 0.78 | 0.37 | 132.53 | 0.98 | 0.32 |
| Hex | 2 | A0 | 23 | 63 | 0 | 4E | 25 | 85 | 62 | 20 |
| Octal | 2 | 240 | 43 | 143 | 0 | 116 | 45 | 205 | 142 | 40 |
| Binary | 10 | 10100000 | 100011 | 1100011 | 0 | 1001110 | 100101 | 10000101 | 1100010 | 100000 |
Color Harmonies of #02A023
Complementary color
Monochromatic Colors of #02A023
Black with #02A023
Text Example
Text Example
White with #02A023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A023; }
p { color: rgb(2,160,35); }
H1.HeaderClassName
{
color: #02A023;
}
.AnyTagClassName
{
color: #02A023;
}
</style>
background-color css
<style>
a { background-color: #02A023; }
a { background-color: rgb(2,160,35); }
div.DivClassName
{
background-color: #02A023;
}
.BgClassName
{
background-color: #02A023;
}
</style>
border-color css
<style>
span { border-color: #02A023; }
span { border-color: rgb(2,160,35); }
td.TdClassName
{
border-color: #02A023;
}
.TagClassName
{
border-color: #02A023;
}
</style>