Shades of Green #018115
Tints of Green #018115
RGB
CMYK
RGB Variations
Color information
#018115 (or 0x018115) is known color: Green. HEX triplet: 01, 81 and 15. RGB value is (1,129,21). Sum of RGB (Red+Green+Blue) = 1+129+21=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 129 (50.78% from 255 or 85.43% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 129 - color contains mainly: green. Hex color #018115 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018115 is #FE7EEA. Grayscale: #4E4E4E. Windows color (decimal): -16678635 or 1409281. OLE color: 1409281.
HSL color Cylindrical-coordinate representation of color #018115: hue angle of 129.38º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018115 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 21 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.49 |
| HSL | 129.38º | 0.98% | 0.25% | - |
| HSV(B) | 129.38º | 0.99% | 0.51% | - |
| XYZ | 8 | 15.76 | 3.33 | - |
| YUV | 78.42 | 95.59 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 21 | 0.99 | 0 | 0.84 | 0.49 | 129.38 | 0.98 | 0.25 |
| Hex | 1 | 81 | 15 | 63 | 0 | 54 | 31 | 81 | 62 | 19 |
| Octal | 1 | 201 | 25 | 143 | 0 | 124 | 61 | 201 | 142 | 31 |
| Binary | 1 | 10000001 | 10101 | 1100011 | 0 | 1010100 | 110001 | 10000001 | 1100010 | 11001 |
Color Harmonies of #018115
Complementary color
Monochromatic Colors of #018115
Black with #018115
Text Example
Text Example
White with #018115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018115; }
p { color: rgb(1,129,21); }
H1.HeaderClassName
{
color: #018115;
}
.AnyTagClassName
{
color: #018115;
}
</style>
background-color css
<style>
a { background-color: #018115; }
a { background-color: rgb(1,129,21); }
div.DivClassName
{
background-color: #018115;
}
.BgClassName
{
background-color: #018115;
}
</style>
border-color css
<style>
span { border-color: #018115; }
span { border-color: rgb(1,129,21); }
td.TdClassName
{
border-color: #018115;
}
.TagClassName
{
border-color: #018115;
}
</style>