Shades of Green #018C05
Tints of Green #018C05
RGB
CMYK
RGB Variations
Color information
#018C05 (or 0x018C05) is known color: Green. HEX triplet: 01, 8C and 05. RGB value is (1,140,5). Sum of RGB (Red+Green+Blue) = 1+140+5=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 140 (55.08% from 255 or 95.89% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 140 - color contains mainly: green. Hex color #018C05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018C05 is #FE73FA. Grayscale: #535353. Windows color (decimal): -16675835 or 363521. OLE color: 363521.
HSL color Cylindrical-coordinate representation of color #018C05: hue angle of 121.73º 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 #018C05 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 140 | 5 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.45 |
| HSL | 121.73º | 0.99% | 0.28% | - |
| HSV(B) | 121.73º | 0.99% | 0.55% | - |
| XYZ | 9.42 | 18.77 | 3.27 | - |
| YUV | 83.05 | 83.95 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 5 | 0.99 | 0 | 0.96 | 0.45 | 121.73 | 0.99 | 0.28 |
| Hex | 1 | 8C | 5 | 63 | 0 | 60 | 2D | 7A | 63 | 1C |
| Octal | 1 | 214 | 5 | 143 | 0 | 140 | 55 | 172 | 143 | 34 |
| Binary | 1 | 10001100 | 101 | 1100011 | 0 | 1100000 | 101101 | 1111010 | 1100011 | 11100 |
Color Harmonies of #018C05
Complementary color
Monochromatic Colors of #018C05
Black with #018C05
Text Example
Text Example
White with #018C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C05; }
p { color: rgb(1,140,5); }
H1.HeaderClassName
{
color: #018C05;
}
.AnyTagClassName
{
color: #018C05;
}
</style>
background-color css
<style>
a { background-color: #018C05; }
a { background-color: rgb(1,140,5); }
div.DivClassName
{
background-color: #018C05;
}
.BgClassName
{
background-color: #018C05;
}
</style>
border-color css
<style>
span { border-color: #018C05; }
span { border-color: rgb(1,140,5); }
td.TdClassName
{
border-color: #018C05;
}
.TagClassName
{
border-color: #018C05;
}
</style>