Shades of Islamic Green #10B812
Tints of Islamic Green #10B812
RGB
CMYK
RGB Variations
Color information
#10B812 (or 0x10B812) is known color: Islamic Green. HEX triplet: 10, B8 and 12. RGB value is (16,184,18). Sum of RGB (Red+Green+Blue) = 16+184+18=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 184 (72.27% from 255 or 84.40% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 184 - color contains mainly: green. Hex color #10B812 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10B812 is #EF47ED. Grayscale: #737373. Windows color (decimal): -15681518 or 1226768. OLE color: 1226768.
HSL color Cylindrical-coordinate representation of color #10B812: hue angle of 120.71º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B812 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 184 | 18 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.28 |
| HSL | 120.71º | 0.84% | 0.39% | - |
| HSV(B) | 120.71º | 0.91% | 0.72% | - |
| XYZ | 17.46 | 34.43 | 6.3 | - |
| YUV | 114.84 | 73.34 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 184 | 18 | 0.91 | 0 | 0.90 | 0.28 | 120.71 | 0.84 | 0.39 |
| Hex | 10 | B8 | 12 | 5B | 0 | 5A | 1C | 79 | 54 | 27 |
| Octal | 20 | 270 | 22 | 133 | 0 | 132 | 34 | 171 | 124 | 47 |
| Binary | 10000 | 10111000 | 10010 | 1011011 | 0 | 1011010 | 11100 | 1111001 | 1010100 | 100111 |
Color Harmonies of #10B812
Complementary color
Monochromatic Colors of #10B812
Black with #10B812
Text Example
Text Example
White with #10B812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B812; }
p { color: rgb(16,184,18); }
H1.HeaderClassName
{
color: #10B812;
}
.AnyTagClassName
{
color: #10B812;
}
</style>
background-color css
<style>
a { background-color: #10B812; }
a { background-color: rgb(16,184,18); }
div.DivClassName
{
background-color: #10B812;
}
.BgClassName
{
background-color: #10B812;
}
</style>
border-color css
<style>
span { border-color: #10B812; }
span { border-color: rgb(16,184,18); }
td.TdClassName
{
border-color: #10B812;
}
.TagClassName
{
border-color: #10B812;
}
</style>