Shades of Islamic Green #1E8F01
Tints of Islamic Green #1E8F01
RGB
CMYK
RGB Variations
Color information
#1E8F01 (or 0x1E8F01) is known color: Islamic Green. HEX triplet: 1E, 8F and 01. RGB value is (30,143,1). Sum of RGB (Red+Green+Blue) = 30+143+1=174 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.24% from 174); Green value is 143 (56.25% from 255 or 82.18% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 143 - color contains mainly: green. Hex color #1E8F01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E8F01 is #E170FE. Grayscale: #5D5D5D. Windows color (decimal): -14774527 or 102174. OLE color: 102174.
HSL color Cylindrical-coordinate representation of color #1E8F01: hue angle of 107.75º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E8F01 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 143 | 1 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.44 |
| HSL | 107.75º | 0.99% | 0.28% | - |
| HSV(B) | 107.75º | 0.99% | 0.56% | - |
| XYZ | 10.36 | 19.92 | 3.33 | - |
| YUV | 93.03 | 76.06 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 143 | 1 | 0.79 | 0 | 0.99 | 0.44 | 107.75 | 0.99 | 0.28 |
| Hex | 1E | 8F | 1 | 4F | 0 | 63 | 2C | 6C | 63 | 1C |
| Octal | 36 | 217 | 1 | 117 | 0 | 143 | 54 | 154 | 143 | 34 |
| Binary | 11110 | 10001111 | 1 | 1001111 | 0 | 1100011 | 101100 | 1101100 | 1100011 | 11100 |
Color Harmonies of #1E8F01
Complementary color
Monochromatic Colors of #1E8F01
Black with #1E8F01
Text Example
Text Example
White with #1E8F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8F01; }
p { color: rgb(30,143,1); }
H1.HeaderClassName
{
color: #1E8F01;
}
.AnyTagClassName
{
color: #1E8F01;
}
</style>
background-color css
<style>
a { background-color: #1E8F01; }
a { background-color: rgb(30,143,1); }
div.DivClassName
{
background-color: #1E8F01;
}
.BgClassName
{
background-color: #1E8F01;
}
</style>
border-color css
<style>
span { border-color: #1E8F01; }
span { border-color: rgb(30,143,1); }
td.TdClassName
{
border-color: #1E8F01;
}
.TagClassName
{
border-color: #1E8F01;
}
</style>