Shades of Green #018C0A
Tints of Green #018C0A
RGB
CMYK
RGB Variations
Color information
#018C0A (or 0x018C0A) is known color: Green. HEX triplet: 01, 8C and 0A. RGB value is (1,140,10). Sum of RGB (Red+Green+Blue) = 1+140+10=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 140 (55.08% from 255 or 92.72% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 140 - color contains mainly: green. Hex color #018C0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018C0A is #FE73F5. Grayscale: #535353. Windows color (decimal): -16675830 or 691201. OLE color: 691201.
HSL color Cylindrical-coordinate representation of color #018C0A: hue angle of 123.88º 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 #018C0A is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 140 | 10 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.45 |
| HSL | 123.88º | 0.99% | 0.28% | - |
| HSV(B) | 123.88º | 0.99% | 0.55% | - |
| XYZ | 9.45 | 18.78 | 3.42 | - |
| YUV | 83.62 | 86.45 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 10 | 0.99 | 0 | 0.93 | 0.45 | 123.88 | 0.99 | 0.28 |
| Hex | 1 | 8C | A | 63 | 0 | 5D | 2D | 7C | 63 | 1C |
| Octal | 1 | 214 | 12 | 143 | 0 | 135 | 55 | 174 | 143 | 34 |
| Binary | 1 | 10001100 | 1010 | 1100011 | 0 | 1011101 | 101101 | 1111100 | 1100011 | 11100 |
Color Harmonies of #018C0A
Complementary color
Monochromatic Colors of #018C0A
Black with #018C0A
Text Example
Text Example
White with #018C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C0A; }
p { color: rgb(1,140,10); }
H1.HeaderClassName
{
color: #018C0A;
}
.AnyTagClassName
{
color: #018C0A;
}
</style>
background-color css
<style>
a { background-color: #018C0A; }
a { background-color: rgb(1,140,10); }
div.DivClassName
{
background-color: #018C0A;
}
.BgClassName
{
background-color: #018C0A;
}
</style>
border-color css
<style>
span { border-color: #018C0A; }
span { border-color: rgb(1,140,10); }
td.TdClassName
{
border-color: #018C0A;
}
.TagClassName
{
border-color: #018C0A;
}
</style>