Shades of Islamic Green #10BD01
Tints of Islamic Green #10BD01
RGB
CMYK
RGB Variations
Color information
#10BD01 (or 0x10BD01) is known color: Islamic Green. HEX triplet: 10, BD and 01. RGB value is (16,189,1). Sum of RGB (Red+Green+Blue) = 16+189+1=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 189 (74.22% from 255 or 91.75% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BD01 is #EF42FE. Grayscale: #747474. Windows color (decimal): -15680255 or 113936. OLE color: 113936.
HSL color Cylindrical-coordinate representation of color #10BD01: hue angle of 115.21º degrees, saturation: 0.99, 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 #10BD01 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 189 | 1 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.26 |
| HSL | 115.21º | 0.99% | 0.37% | - |
| HSV(B) | 115.21º | 0.99% | 0.74% | - |
| XYZ | 18.42 | 36.51 | 6.1 | - |
| YUV | 115.84 | 63.19 | 56.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 1 | 0.92 | 0 | 0.99 | 0.26 | 115.21 | 0.99 | 0.37 |
| Hex | 10 | BD | 1 | 5C | 0 | 63 | 1A | 73 | 63 | 25 |
| Octal | 20 | 275 | 1 | 134 | 0 | 143 | 32 | 163 | 143 | 45 |
| Binary | 10000 | 10111101 | 1 | 1011100 | 0 | 1100011 | 11010 | 1110011 | 1100011 | 100101 |
Color Harmonies of #10BD01
Complementary color
Monochromatic Colors of #10BD01
Black with #10BD01
Text Example
Text Example
White with #10BD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BD01; }
p { color: rgb(16,189,1); }
H1.HeaderClassName
{
color: #10BD01;
}
.AnyTagClassName
{
color: #10BD01;
}
</style>
background-color css
<style>
a { background-color: #10BD01; }
a { background-color: rgb(16,189,1); }
div.DivClassName
{
background-color: #10BD01;
}
.BgClassName
{
background-color: #10BD01;
}
</style>
border-color css
<style>
span { border-color: #10BD01; }
span { border-color: rgb(16,189,1); }
td.TdClassName
{
border-color: #10BD01;
}
.TagClassName
{
border-color: #10BD01;
}
</style>