Shades of Green #01881A
Tints of Green #01881A
RGB
CMYK
RGB Variations
Color information
#01881A (or 0x01881A) is known color: Green. HEX triplet: 01, 88 and 1A. RGB value is (1,136,26). Sum of RGB (Red+Green+Blue) = 1+136+26=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 136 (53.52% from 255 or 83.44% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 136 - color contains mainly: green. Hex color #01881A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01881A is #FE77E5. Grayscale: #535353. Windows color (decimal): -16676838 or 1738753. OLE color: 1738753.
HSL color Cylindrical-coordinate representation of color #01881A: hue angle of 131.11º 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 #01881A is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 136 | 26 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.47 |
| HSL | 131.11º | 0.99% | 0.27% | - |
| HSV(B) | 131.11º | 0.99% | 0.53% | - |
| XYZ | 9 | 17.69 | 3.92 | - |
| YUV | 83.1 | 95.77 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 26 | 0.99 | 0 | 0.81 | 0.47 | 131.11 | 0.99 | 0.27 |
| Hex | 1 | 88 | 1A | 63 | 0 | 51 | 2F | 83 | 63 | 1B |
| Octal | 1 | 210 | 32 | 143 | 0 | 121 | 57 | 203 | 143 | 33 |
| Binary | 1 | 10001000 | 11010 | 1100011 | 0 | 1010001 | 101111 | 10000011 | 1100011 | 11011 |
Color Harmonies of #01881A
Complementary color
Monochromatic Colors of #01881A
Black with #01881A
Text Example
Text Example
White with #01881A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01881A; }
p { color: rgb(1,136,26); }
H1.HeaderClassName
{
color: #01881A;
}
.AnyTagClassName
{
color: #01881A;
}
</style>
background-color css
<style>
a { background-color: #01881A; }
a { background-color: rgb(1,136,26); }
div.DivClassName
{
background-color: #01881A;
}
.BgClassName
{
background-color: #01881A;
}
</style>
border-color css
<style>
span { border-color: #01881A; }
span { border-color: rgb(1,136,26); }
td.TdClassName
{
border-color: #01881A;
}
.TagClassName
{
border-color: #01881A;
}
</style>