Shades of Islamic Green #10AF1C
Tints of Islamic Green #10AF1C
RGB
CMYK
RGB Variations
Color information
#10AF1C (or 0x10AF1C) is known color: Islamic Green. HEX triplet: 10, AF and 1C. RGB value is (16,175,28). Sum of RGB (Red+Green+Blue) = 16+175+28=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 175 (68.75% from 255 or 79.91% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AF1C is #EF50E3. Grayscale: #6F6F6F. Windows color (decimal): -15683812 or 1879824. OLE color: 1879824.
HSL color Cylindrical-coordinate representation of color #10AF1C: hue angle of 124.53º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AF1C is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 175 | 28 | - |
| CMYK | 0.91 | 0 | 0.84 | 0.31 |
| HSL | 124.53º | 0.83% | 0.37% | - |
| HSV(B) | 124.53º | 0.91% | 0.69% | - |
| XYZ | 15.75 | 30.85 | 6.22 | - |
| YUV | 110.7 | 81.32 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 28 | 0.91 | 0 | 0.84 | 0.31 | 124.53 | 0.83 | 0.37 |
| Hex | 10 | AF | 1C | 5B | 0 | 54 | 1F | 7D | 53 | 25 |
| Octal | 20 | 257 | 34 | 133 | 0 | 124 | 37 | 175 | 123 | 45 |
| Binary | 10000 | 10101111 | 11100 | 1011011 | 0 | 1010100 | 11111 | 1111101 | 1010011 | 100101 |
Color Harmonies of #10AF1C
Complementary color
Monochromatic Colors of #10AF1C
Black with #10AF1C
Text Example
Text Example
White with #10AF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AF1C; }
p { color: rgb(16,175,28); }
H1.HeaderClassName
{
color: #10AF1C;
}
.AnyTagClassName
{
color: #10AF1C;
}
</style>
background-color css
<style>
a { background-color: #10AF1C; }
a { background-color: rgb(16,175,28); }
div.DivClassName
{
background-color: #10AF1C;
}
.BgClassName
{
background-color: #10AF1C;
}
</style>
border-color css
<style>
span { border-color: #10AF1C; }
span { border-color: rgb(16,175,28); }
td.TdClassName
{
border-color: #10AF1C;
}
.TagClassName
{
border-color: #10AF1C;
}
</style>