Shades of Islamic Green #09BD0D
Tints of Islamic Green #09BD0D
RGB
CMYK
RGB Variations
Color information
#09BD0D (or 0x09BD0D) is known color: Islamic Green. HEX triplet: 09, BD and 0D. RGB value is (9,189,13). Sum of RGB (Red+Green+Blue) = 9+189+13=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 189 (74.22% from 255 or 89.57% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 189 - color contains mainly: green. Hex color #09BD0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09BD0D is #F642F2. Grayscale: #737373. Windows color (decimal): -16138995 or 900361. OLE color: 900361.
HSL color Cylindrical-coordinate representation of color #09BD0D: hue angle of 121.33º 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 #09BD0D is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 189 | 13 | - |
| CMYK | 0.95 | 0 | 0.93 | 0.26 |
| HSL | 121.33º | 0.91% | 0.39% | - |
| HSV(B) | 121.33º | 0.95% | 0.74% | - |
| XYZ | 18.38 | 36.48 | 6.45 | - |
| YUV | 115.12 | 70.37 | 52.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 13 | 0.95 | 0 | 0.93 | 0.26 | 121.33 | 0.91 | 0.39 |
| Hex | 9 | BD | D | 5F | 0 | 5D | 1A | 79 | 5B | 27 |
| Octal | 11 | 275 | 15 | 137 | 0 | 135 | 32 | 171 | 133 | 47 |
| Binary | 1001 | 10111101 | 1101 | 1011111 | 0 | 1011101 | 11010 | 1111001 | 1011011 | 100111 |
Color Harmonies of #09BD0D
Complementary color
Monochromatic Colors of #09BD0D
Black with #09BD0D
Text Example
Text Example
White with #09BD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BD0D; }
p { color: rgb(9,189,13); }
H1.HeaderClassName
{
color: #09BD0D;
}
.AnyTagClassName
{
color: #09BD0D;
}
</style>
background-color css
<style>
a { background-color: #09BD0D; }
a { background-color: rgb(9,189,13); }
div.DivClassName
{
background-color: #09BD0D;
}
.BgClassName
{
background-color: #09BD0D;
}
</style>
border-color css
<style>
span { border-color: #09BD0D; }
span { border-color: rgb(9,189,13); }
td.TdClassName
{
border-color: #09BD0D;
}
.TagClassName
{
border-color: #09BD0D;
}
</style>