Shades of Green #018C1E
Tints of Green #018C1E
RGB
CMYK
RGB Variations
Color information
#018C1E (or 0x018C1E) is known color: Green. HEX triplet: 01, 8C and 1E. RGB value is (1,140,30). Sum of RGB (Red+Green+Blue) = 1+140+30=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 140 (55.08% from 255 or 81.87% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 140 - color contains mainly: green. Hex color #018C1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018C1E is #FE73E1. Grayscale: #565656. Windows color (decimal): -16675810 or 2001921. OLE color: 2001921.
HSL color Cylindrical-coordinate representation of color #018C1E: hue angle of 132.52º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018C1E is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 140 | 30 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.45 |
| HSL | 132.52º | 0.99% | 0.28% | - |
| HSV(B) | 132.52º | 0.99% | 0.55% | - |
| XYZ | 9.62 | 18.86 | 4.36 | - |
| YUV | 85.9 | 96.45 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 30 | 0.99 | 0 | 0.79 | 0.45 | 132.52 | 0.99 | 0.28 |
| Hex | 1 | 8C | 1E | 63 | 0 | 4F | 2D | 85 | 63 | 1C |
| Octal | 1 | 214 | 36 | 143 | 0 | 117 | 55 | 205 | 143 | 34 |
| Binary | 1 | 10001100 | 11110 | 1100011 | 0 | 1001111 | 101101 | 10000101 | 1100011 | 11100 |
Color Harmonies of #018C1E
Complementary color
Monochromatic Colors of #018C1E
Black with #018C1E
Text Example
Text Example
White with #018C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C1E; }
p { color: rgb(1,140,30); }
H1.HeaderClassName
{
color: #018C1E;
}
.AnyTagClassName
{
color: #018C1E;
}
</style>
background-color css
<style>
a { background-color: #018C1E; }
a { background-color: rgb(1,140,30); }
div.DivClassName
{
background-color: #018C1E;
}
.BgClassName
{
background-color: #018C1E;
}
</style>
border-color css
<style>
span { border-color: #018C1E; }
span { border-color: rgb(1,140,30); }
td.TdClassName
{
border-color: #018C1E;
}
.TagClassName
{
border-color: #018C1E;
}
</style>