Shades of Islamic Green #02BD09
Tints of Islamic Green #02BD09
RGB
CMYK
RGB Variations
Color information
#02BD09 (or 0x02BD09) is known color: Islamic Green. HEX triplet: 02, BD and 09. RGB value is (2,189,9). Sum of RGB (Red+Green+Blue) = 2+189+9=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 189 (74.22% from 255 or 94.5% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02BD09 is #FD42F6. Grayscale: #717171. Windows color (decimal): -16597751 or 638210. OLE color: 638210.
HSL color Cylindrical-coordinate representation of color #02BD09: hue angle of 122.25º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BD09 is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 189 | 9 | - |
| CMYK | 0.99 | 0 | 0.95 | 0.26 |
| HSL | 122.25º | 0.98% | 0.37% | - |
| HSV(B) | 122.25º | 0.99% | 0.74% | - |
| XYZ | 18.27 | 36.43 | 6.33 | - |
| YUV | 112.57 | 69.55 | 49.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 189 | 9 | 0.99 | 0 | 0.95 | 0.26 | 122.25 | 0.98 | 0.37 |
| Hex | 2 | BD | 9 | 63 | 0 | 5F | 1A | 7A | 62 | 25 |
| Octal | 2 | 275 | 11 | 143 | 0 | 137 | 32 | 172 | 142 | 45 |
| Binary | 10 | 10111101 | 1001 | 1100011 | 0 | 1011111 | 11010 | 1111010 | 1100010 | 100101 |
Color Harmonies of #02BD09
Complementary color
Monochromatic Colors of #02BD09
Black with #02BD09
Text Example
Text Example
White with #02BD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BD09; }
p { color: rgb(2,189,9); }
H1.HeaderClassName
{
color: #02BD09;
}
.AnyTagClassName
{
color: #02BD09;
}
</style>
background-color css
<style>
a { background-color: #02BD09; }
a { background-color: rgb(2,189,9); }
div.DivClassName
{
background-color: #02BD09;
}
.BgClassName
{
background-color: #02BD09;
}
</style>
border-color css
<style>
span { border-color: #02BD09; }
span { border-color: rgb(2,189,9); }
td.TdClassName
{
border-color: #02BD09;
}
.TagClassName
{
border-color: #02BD09;
}
</style>