Shades of Green #018C0C
Tints of Green #018C0C
RGB
CMYK
RGB Variations
Color information
#018C0C (or 0x018C0C) is known color: Green. HEX triplet: 01, 8C and 0C. RGB value is (1,140,12). Sum of RGB (Red+Green+Blue) = 1+140+12=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 140 (55.08% from 255 or 91.50% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 140 - color contains mainly: green. Hex color #018C0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018C0C is #FE73F3. Grayscale: #545454. Windows color (decimal): -16675828 or 822273. OLE color: 822273.
HSL color Cylindrical-coordinate representation of color #018C0C: hue angle of 124.75º 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 #018C0C is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 140 | 12 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.45 |
| HSL | 124.75º | 0.99% | 0.28% | - |
| HSV(B) | 124.75º | 0.99% | 0.55% | - |
| XYZ | 9.46 | 18.79 | 3.48 | - |
| YUV | 83.85 | 87.45 | 68.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 12 | 0.99 | 0 | 0.91 | 0.45 | 124.75 | 0.99 | 0.28 |
| Hex | 1 | 8C | C | 63 | 0 | 5B | 2D | 7D | 63 | 1C |
| Octal | 1 | 214 | 14 | 143 | 0 | 133 | 55 | 175 | 143 | 34 |
| Binary | 1 | 10001100 | 1100 | 1100011 | 0 | 1011011 | 101101 | 1111101 | 1100011 | 11100 |
Color Harmonies of #018C0C
Complementary color
Monochromatic Colors of #018C0C
Black with #018C0C
Text Example
Text Example
White with #018C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C0C; }
p { color: rgb(1,140,12); }
H1.HeaderClassName
{
color: #018C0C;
}
.AnyTagClassName
{
color: #018C0C;
}
</style>
background-color css
<style>
a { background-color: #018C0C; }
a { background-color: rgb(1,140,12); }
div.DivClassName
{
background-color: #018C0C;
}
.BgClassName
{
background-color: #018C0C;
}
</style>
border-color css
<style>
span { border-color: #018C0C; }
span { border-color: rgb(1,140,12); }
td.TdClassName
{
border-color: #018C0C;
}
.TagClassName
{
border-color: #018C0C;
}
</style>