Shades of Islamic Green #10A901
Tints of Islamic Green #10A901
RGB
CMYK
RGB Variations
Color information
#10A901 (or 0x10A901) is known color: Islamic Green. HEX triplet: 10, A9 and 01. RGB value is (16,169,1). Sum of RGB (Red+Green+Blue) = 16+169+1=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 169 (66.41% from 255 or 90.86% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 169 - color contains mainly: green. Hex color #10A901 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A901 is #EF56FE. Grayscale: #686868. Windows color (decimal): -15685375 or 108816. OLE color: 108816.
HSL color Cylindrical-coordinate representation of color #10A901: hue angle of 114.64º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10A901 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 169 | 1 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.34 |
| HSL | 114.64º | 0.99% | 0.33% | - |
| HSV(B) | 114.64º | 0.99% | 0.66% | - |
| XYZ | 14.41 | 28.49 | 4.77 | - |
| YUV | 104.1 | 69.81 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 169 | 1 | 0.91 | 0 | 0.99 | 0.34 | 114.64 | 0.99 | 0.33 |
| Hex | 10 | A9 | 1 | 5B | 0 | 63 | 22 | 73 | 63 | 21 |
| Octal | 20 | 251 | 1 | 133 | 0 | 143 | 42 | 163 | 143 | 41 |
| Binary | 10000 | 10101001 | 1 | 1011011 | 0 | 1100011 | 100010 | 1110011 | 1100011 | 100001 |
Color Harmonies of #10A901
Complementary color
Monochromatic Colors of #10A901
Black with #10A901
Text Example
Text Example
White with #10A901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A901; }
p { color: rgb(16,169,1); }
H1.HeaderClassName
{
color: #10A901;
}
.AnyTagClassName
{
color: #10A901;
}
</style>
background-color css
<style>
a { background-color: #10A901; }
a { background-color: rgb(16,169,1); }
div.DivClassName
{
background-color: #10A901;
}
.BgClassName
{
background-color: #10A901;
}
</style>
border-color css
<style>
span { border-color: #10A901; }
span { border-color: rgb(16,169,1); }
td.TdClassName
{
border-color: #10A901;
}
.TagClassName
{
border-color: #10A901;
}
</style>