Shades of Islamic Green #09BD0F
Tints of Islamic Green #09BD0F
RGB
CMYK
RGB Variations
Color information
#09BD0F (or 0x09BD0F) is known color: Islamic Green. HEX triplet: 09, BD and 0F. RGB value is (9,189,15). Sum of RGB (Red+Green+Blue) = 9+189+15=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 189 (74.22% from 255 or 88.73% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 189 - color contains mainly: green. Hex color #09BD0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09BD0F is #F642F0. Grayscale: #737373. Windows color (decimal): -16138993 or 1031433. OLE color: 1031433.
HSL color Cylindrical-coordinate representation of color #09BD0F: hue angle of 122º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BD0F is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 189 | 15 | - |
| CMYK | 0.95 | 0 | 0.92 | 0.26 |
| HSL | 122º | 0.91% | 0.39% | - |
| HSV(B) | 122º | 0.95% | 0.74% | - |
| XYZ | 18.4 | 36.49 | 6.53 | - |
| YUV | 115.34 | 71.37 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 15 | 0.95 | 0 | 0.92 | 0.26 | 122 | 0.91 | 0.39 |
| Hex | 9 | BD | F | 5F | 0 | 5C | 1A | 7A | 5B | 27 |
| Octal | 11 | 275 | 17 | 137 | 0 | 134 | 32 | 172 | 133 | 47 |
| Binary | 1001 | 10111101 | 1111 | 1011111 | 0 | 1011100 | 11010 | 1111010 | 1011011 | 100111 |
Color Harmonies of #09BD0F
Complementary color
Monochromatic Colors of #09BD0F
Black with #09BD0F
Text Example
Text Example
White with #09BD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BD0F; }
p { color: rgb(9,189,15); }
H1.HeaderClassName
{
color: #09BD0F;
}
.AnyTagClassName
{
color: #09BD0F;
}
</style>
background-color css
<style>
a { background-color: #09BD0F; }
a { background-color: rgb(9,189,15); }
div.DivClassName
{
background-color: #09BD0F;
}
.BgClassName
{
background-color: #09BD0F;
}
</style>
border-color css
<style>
span { border-color: #09BD0F; }
span { border-color: rgb(9,189,15); }
td.TdClassName
{
border-color: #09BD0F;
}
.TagClassName
{
border-color: #09BD0F;
}
</style>