Shades of Islamic Green #02A90F
Tints of Islamic Green #02A90F
RGB
CMYK
RGB Variations
Color information
#02A90F (or 0x02A90F) is known color: Islamic Green. HEX triplet: 02, A9 and 0F. RGB value is (2,169,15). Sum of RGB (Red+Green+Blue) = 2+169+15=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 169 (66.41% from 255 or 90.86% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 169 - color contains mainly: green. Hex color #02A90F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02A90F is #FD56F0. Grayscale: #656565. Windows color (decimal): -16602865 or 1026306. OLE color: 1026306.
HSL color Cylindrical-coordinate representation of color #02A90F: hue angle of 124.67º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A90F is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 169 | 15 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.34 |
| HSL | 124.67º | 0.98% | 0.34% | - |
| HSV(B) | 124.67º | 0.99% | 0.66% | - |
| XYZ | 14.3 | 28.42 | 5.18 | - |
| YUV | 101.51 | 79.17 | 57.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 169 | 15 | 0.99 | 0 | 0.91 | 0.34 | 124.67 | 0.98 | 0.34 |
| Hex | 2 | A9 | F | 63 | 0 | 5B | 22 | 7D | 62 | 22 |
| Octal | 2 | 251 | 17 | 143 | 0 | 133 | 42 | 175 | 142 | 42 |
| Binary | 10 | 10101001 | 1111 | 1100011 | 0 | 1011011 | 100010 | 1111101 | 1100010 | 100010 |
Color Harmonies of #02A90F
Complementary color
Monochromatic Colors of #02A90F
Black with #02A90F
Text Example
Text Example
White with #02A90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A90F; }
p { color: rgb(2,169,15); }
H1.HeaderClassName
{
color: #02A90F;
}
.AnyTagClassName
{
color: #02A90F;
}
</style>
background-color css
<style>
a { background-color: #02A90F; }
a { background-color: rgb(2,169,15); }
div.DivClassName
{
background-color: #02A90F;
}
.BgClassName
{
background-color: #02A90F;
}
</style>
border-color css
<style>
span { border-color: #02A90F; }
span { border-color: rgb(2,169,15); }
td.TdClassName
{
border-color: #02A90F;
}
.TagClassName
{
border-color: #02A90F;
}
</style>