Shades of Green #01880F
Tints of Green #01880F
RGB
CMYK
RGB Variations
Color information
#01880F (or 0x01880F) is known color: Green. HEX triplet: 01, 88 and 0F. RGB value is (1,136,15). Sum of RGB (Red+Green+Blue) = 1+136+15=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 136 (53.52% from 255 or 89.47% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 136 - color contains mainly: green. Hex color #01880F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01880F is #FE77F0. Grayscale: #525252. Windows color (decimal): -16676849 or 1017857. OLE color: 1017857.
HSL color Cylindrical-coordinate representation of color #01880F: hue angle of 126.22º 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 #01880F is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 136 | 15 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.47 |
| HSL | 126.22º | 0.99% | 0.27% | - |
| HSV(B) | 126.22º | 0.99% | 0.53% | - |
| XYZ | 8.9 | 17.65 | 3.39 | - |
| YUV | 81.84 | 90.27 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 15 | 0.99 | 0 | 0.89 | 0.47 | 126.22 | 0.99 | 0.27 |
| Hex | 1 | 88 | F | 63 | 0 | 59 | 2F | 7E | 63 | 1B |
| Octal | 1 | 210 | 17 | 143 | 0 | 131 | 57 | 176 | 143 | 33 |
| Binary | 1 | 10001000 | 1111 | 1100011 | 0 | 1011001 | 101111 | 1111110 | 1100011 | 11011 |
Color Harmonies of #01880F
Complementary color
Monochromatic Colors of #01880F
Black with #01880F
Text Example
Text Example
White with #01880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01880F; }
p { color: rgb(1,136,15); }
H1.HeaderClassName
{
color: #01880F;
}
.AnyTagClassName
{
color: #01880F;
}
</style>
background-color css
<style>
a { background-color: #01880F; }
a { background-color: rgb(1,136,15); }
div.DivClassName
{
background-color: #01880F;
}
.BgClassName
{
background-color: #01880F;
}
</style>
border-color css
<style>
span { border-color: #01880F; }
span { border-color: rgb(1,136,15); }
td.TdClassName
{
border-color: #01880F;
}
.TagClassName
{
border-color: #01880F;
}
</style>