Shades of Green #01800F
Tints of Green #01800F
RGB
CMYK
RGB Variations
Color information
#01800F (or 0x01800F) is known color: Green. HEX triplet: 01, 80 and 0F. RGB value is (1,128,15). Sum of RGB (Red+Green+Blue) = 1+128+15=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 128 (50.39% from 255 or 88.89% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 128 - color contains mainly: green. Hex color #01800F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01800F is #FE7FF0. Grayscale: #4D4D4D. Windows color (decimal): -16678897 or 1015809. OLE color: 1015809.
HSL color Cylindrical-coordinate representation of color #01800F: hue angle of 126.61º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01800F is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 128 | 15 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.50 |
| HSL | 126.61º | 0.98% | 0.25% | - |
| HSV(B) | 126.61º | 0.99% | 0.5% | - |
| XYZ | 7.82 | 15.48 | 3.03 | - |
| YUV | 77.15 | 92.92 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 15 | 0.99 | 0 | 0.88 | 0.50 | 126.61 | 0.98 | 0.25 |
| Hex | 1 | 80 | F | 63 | 0 | 58 | 32 | 7F | 62 | 19 |
| Octal | 1 | 200 | 17 | 143 | 0 | 130 | 62 | 177 | 142 | 31 |
| Binary | 1 | 10000000 | 1111 | 1100011 | 0 | 1011000 | 110010 | 1111111 | 1100010 | 11001 |
Color Harmonies of #01800F
Complementary color
Monochromatic Colors of #01800F
Black with #01800F
Text Example
Text Example
White with #01800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01800F; }
p { color: rgb(1,128,15); }
H1.HeaderClassName
{
color: #01800F;
}
.AnyTagClassName
{
color: #01800F;
}
</style>
background-color css
<style>
a { background-color: #01800F; }
a { background-color: rgb(1,128,15); }
div.DivClassName
{
background-color: #01800F;
}
.BgClassName
{
background-color: #01800F;
}
</style>
border-color css
<style>
span { border-color: #01800F; }
span { border-color: rgb(1,128,15); }
td.TdClassName
{
border-color: #01800F;
}
.TagClassName
{
border-color: #01800F;
}
</style>