Shades of Green #01880C
Tints of Green #01880C
RGB
CMYK
RGB Variations
Color information
#01880C (or 0x01880C) is known color: Green. HEX triplet: 01, 88 and 0C. RGB value is (1,136,12). Sum of RGB (Red+Green+Blue) = 1+136+12=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 136 (53.52% from 255 or 91.28% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 136 - color contains mainly: green. Hex color #01880C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01880C is #FE77F3. Grayscale: #515151. Windows color (decimal): -16676852 or 821249. OLE color: 821249.
HSL color Cylindrical-coordinate representation of color #01880C: hue angle of 124.89º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01880C is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 136 | 12 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.47 |
| HSL | 124.89º | 0.99% | 0.27% | - |
| HSV(B) | 124.89º | 0.99% | 0.53% | - |
| XYZ | 8.88 | 17.64 | 3.28 | - |
| YUV | 81.5 | 88.77 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 12 | 0.99 | 0 | 0.91 | 0.47 | 124.89 | 0.99 | 0.27 |
| Hex | 1 | 88 | C | 63 | 0 | 5B | 2F | 7D | 63 | 1B |
| Octal | 1 | 210 | 14 | 143 | 0 | 133 | 57 | 175 | 143 | 33 |
| Binary | 1 | 10001000 | 1100 | 1100011 | 0 | 1011011 | 101111 | 1111101 | 1100011 | 11011 |
Color Harmonies of #01880C
Complementary color
Monochromatic Colors of #01880C
Black with #01880C
Text Example
Text Example
White with #01880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01880C; }
p { color: rgb(1,136,12); }
H1.HeaderClassName
{
color: #01880C;
}
.AnyTagClassName
{
color: #01880C;
}
</style>
background-color css
<style>
a { background-color: #01880C; }
a { background-color: rgb(1,136,12); }
div.DivClassName
{
background-color: #01880C;
}
.BgClassName
{
background-color: #01880C;
}
</style>
border-color css
<style>
span { border-color: #01880C; }
span { border-color: rgb(1,136,12); }
td.TdClassName
{
border-color: #01880C;
}
.TagClassName
{
border-color: #01880C;
}
</style>