Shades of Islamic Green #10A40F
Tints of Islamic Green #10A40F
RGB
CMYK
RGB Variations
Color information
#10A40F (or 0x10A40F) is known color: Islamic Green. HEX triplet: 10, A4 and 0F. RGB value is (16,164,15). Sum of RGB (Red+Green+Blue) = 16+164+15=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 164 (64.45% from 255 or 84.10% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 164 - color contains mainly: green. Hex color #10A40F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A40F is #EF5BF0. Grayscale: #676767. Windows color (decimal): -15686641 or 1025040. OLE color: 1025040.
HSL color Cylindrical-coordinate representation of color #10A40F: hue angle of 119.6º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A40F is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 164 | 15 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.36 |
| HSL | 119.6º | 0.83% | 0.35% | - |
| HSV(B) | 119.6º | 0.91% | 0.64% | - |
| XYZ | 13.58 | 26.7 | 4.89 | - |
| YUV | 102.76 | 78.47 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 164 | 15 | 0.90 | 0 | 0.91 | 0.36 | 119.6 | 0.83 | 0.35 |
| Hex | 10 | A4 | F | 5A | 0 | 5B | 24 | 78 | 53 | 23 |
| Octal | 20 | 244 | 17 | 132 | 0 | 133 | 44 | 170 | 123 | 43 |
| Binary | 10000 | 10100100 | 1111 | 1011010 | 0 | 1011011 | 100100 | 1111000 | 1010011 | 100011 |
Color Harmonies of #10A40F
Complementary color
Monochromatic Colors of #10A40F
Black with #10A40F
Text Example
Text Example
White with #10A40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A40F; }
p { color: rgb(16,164,15); }
H1.HeaderClassName
{
color: #10A40F;
}
.AnyTagClassName
{
color: #10A40F;
}
</style>
background-color css
<style>
a { background-color: #10A40F; }
a { background-color: rgb(16,164,15); }
div.DivClassName
{
background-color: #10A40F;
}
.BgClassName
{
background-color: #10A40F;
}
</style>
border-color css
<style>
span { border-color: #10A40F; }
span { border-color: rgb(16,164,15); }
td.TdClassName
{
border-color: #10A40F;
}
.TagClassName
{
border-color: #10A40F;
}
</style>