Shades of Islamic Green #10BD0F
Tints of Islamic Green #10BD0F
RGB
CMYK
RGB Variations
Color information
#10BD0F (or 0x10BD0F) is known color: Islamic Green. HEX triplet: 10, BD and 0F. RGB value is (16,189,15). Sum of RGB (Red+Green+Blue) = 16+189+15=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 189 (74.22% from 255 or 85.91% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BD0F is #EF42F0. Grayscale: #757575. Windows color (decimal): -15680241 or 1031440. OLE color: 1031440.
HSL color Cylindrical-coordinate representation of color #10BD0F: hue angle of 119.66º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BD0F is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 189 | 15 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.26 |
| HSL | 119.66º | 0.85% | 0.4% | - |
| HSV(B) | 119.66º | 0.92% | 0.74% | - |
| XYZ | 18.5 | 36.54 | 6.53 | - |
| YUV | 117.44 | 70.19 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 15 | 0.92 | 0 | 0.92 | 0.26 | 119.66 | 0.85 | 0.4 |
| Hex | 10 | BD | F | 5C | 0 | 5C | 1A | 78 | 55 | 28 |
| Octal | 20 | 275 | 17 | 134 | 0 | 134 | 32 | 170 | 125 | 50 |
| Binary | 10000 | 10111101 | 1111 | 1011100 | 0 | 1011100 | 11010 | 1111000 | 1010101 | 101000 |
Color Harmonies of #10BD0F
Complementary color
Monochromatic Colors of #10BD0F
Black with #10BD0F
Text Example
Text Example
White with #10BD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BD0F; }
p { color: rgb(16,189,15); }
H1.HeaderClassName
{
color: #10BD0F;
}
.AnyTagClassName
{
color: #10BD0F;
}
</style>
background-color css
<style>
a { background-color: #10BD0F; }
a { background-color: rgb(16,189,15); }
div.DivClassName
{
background-color: #10BD0F;
}
.BgClassName
{
background-color: #10BD0F;
}
</style>
border-color css
<style>
span { border-color: #10BD0F; }
span { border-color: rgb(16,189,15); }
td.TdClassName
{
border-color: #10BD0F;
}
.TagClassName
{
border-color: #10BD0F;
}
</style>