Shades of Green #018C10
Tints of Green #018C10
RGB
CMYK
RGB Variations
Color information
#018C10 (or 0x018C10) is known color: Green. HEX triplet: 01, 8C and 10. RGB value is (1,140,16). Sum of RGB (Red+Green+Blue) = 1+140+16=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 140 (55.08% from 255 or 89.17% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 140 - color contains mainly: green. Hex color #018C10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018C10 is #FE73EF. Grayscale: #545454. Windows color (decimal): -16675824 or 1084417. OLE color: 1084417.
HSL color Cylindrical-coordinate representation of color #018C10: hue angle of 126.47º 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 #018C10 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 140 | 16 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.45 |
| HSL | 126.47º | 0.99% | 0.28% | - |
| HSV(B) | 126.47º | 0.99% | 0.55% | - |
| XYZ | 9.48 | 18.8 | 3.62 | - |
| YUV | 84.3 | 89.45 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 16 | 0.99 | 0 | 0.89 | 0.45 | 126.47 | 0.99 | 0.28 |
| Hex | 1 | 8C | 10 | 63 | 0 | 59 | 2D | 7E | 63 | 1C |
| Octal | 1 | 214 | 20 | 143 | 0 | 131 | 55 | 176 | 143 | 34 |
| Binary | 1 | 10001100 | 10000 | 1100011 | 0 | 1011001 | 101101 | 1111110 | 1100011 | 11100 |
Color Harmonies of #018C10
Complementary color
Monochromatic Colors of #018C10
Black with #018C10
Text Example
Text Example
White with #018C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C10; }
p { color: rgb(1,140,16); }
H1.HeaderClassName
{
color: #018C10;
}
.AnyTagClassName
{
color: #018C10;
}
</style>
background-color css
<style>
a { background-color: #018C10; }
a { background-color: rgb(1,140,16); }
div.DivClassName
{
background-color: #018C10;
}
.BgClassName
{
background-color: #018C10;
}
</style>
border-color css
<style>
span { border-color: #018C10; }
span { border-color: rgb(1,140,16); }
td.TdClassName
{
border-color: #018C10;
}
.TagClassName
{
border-color: #018C10;
}
</style>