Shades of Islamic Green #14970F
Tints of Islamic Green #14970F
RGB
CMYK
RGB Variations
Color information
#14970F (or 0x14970F) is known color: Islamic Green. HEX triplet: 14, 97 and 0F. RGB value is (20,151,15). Sum of RGB (Red+Green+Blue) = 20+151+15=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 151 (59.38% from 255 or 81.18% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 151 - color contains mainly: green. Hex color #14970F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14970F is #EB68F0. Grayscale: #606060. Windows color (decimal): -15427825 or 1021716. OLE color: 1021716.
HSL color Cylindrical-coordinate representation of color #14970F: hue angle of 117.79º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14970F is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 151 | 15 | - |
| CMYK | 0.87 | 0 | 0.90 | 0.41 |
| HSL | 117.79º | 0.82% | 0.33% | - |
| HSV(B) | 117.79º | 0.9% | 0.59% | - |
| XYZ | 11.44 | 22.32 | 4.16 | - |
| YUV | 96.33 | 82.1 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 15 | 0.87 | 0 | 0.90 | 0.41 | 117.79 | 0.82 | 0.33 |
| Hex | 14 | 97 | F | 57 | 0 | 5A | 29 | 76 | 52 | 21 |
| Octal | 24 | 227 | 17 | 127 | 0 | 132 | 51 | 166 | 122 | 41 |
| Binary | 10100 | 10010111 | 1111 | 1010111 | 0 | 1011010 | 101001 | 1110110 | 1010010 | 100001 |
Color Harmonies of #14970F
Complementary color
Monochromatic Colors of #14970F
Black with #14970F
Text Example
Text Example
White with #14970F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14970F; }
p { color: rgb(20,151,15); }
H1.HeaderClassName
{
color: #14970F;
}
.AnyTagClassName
{
color: #14970F;
}
</style>
background-color css
<style>
a { background-color: #14970F; }
a { background-color: rgb(20,151,15); }
div.DivClassName
{
background-color: #14970F;
}
.BgClassName
{
background-color: #14970F;
}
</style>
border-color css
<style>
span { border-color: #14970F; }
span { border-color: rgb(20,151,15); }
td.TdClassName
{
border-color: #14970F;
}
.TagClassName
{
border-color: #14970F;
}
</style>