Shades of Green #00850F
Tints of Green #00850F
RGB
CMYK
RGB Variations
Color information
#00850F (or 0x00850F) is known color: Green. HEX triplet: 00, 85 and 0F. RGB value is (0,133,15). Sum of RGB (Red+Green+Blue) = 0+133+15=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 133 (52.34% from 255 or 89.86% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 133 - color contains mainly: green. Hex color #00850F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00850F is #FF7AF0. Grayscale: #505050. Windows color (decimal): -16743153 or 1017088. OLE color: 1017088.
HSL color Cylindrical-coordinate representation of color #00850F: hue angle of 126.77º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00850F is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 15 | - |
| CMYK | 1 | 0 | 0.89 | 0.48 |
| HSL | 126.77º | 1% | 0.26% | - |
| HSV(B) | 126.77º | 1% | 0.52% | - |
| XYZ | 8.47 | 16.81 | 3.25 | - |
| YUV | 79.78 | 91.44 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 15 | 1 | 0 | 0.89 | 0.48 | 126.77 | 1 | 0.26 |
| Hex | 0 | 85 | F | 64 | 0 | 59 | 30 | 7F | 64 | 1A |
| Octal | 0 | 205 | 17 | 144 | 0 | 131 | 60 | 177 | 144 | 32 |
| Binary | 0 | 10000101 | 1111 | 1100100 | 0 | 1011001 | 110000 | 1111111 | 1100100 | 11010 |
Color Harmonies of #00850F
Complementary color
Monochromatic Colors of #00850F
Black with #00850F
Text Example
Text Example
White with #00850F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00850F; }
p { color: rgb(0,133,15); }
H1.HeaderClassName
{
color: #00850F;
}
.AnyTagClassName
{
color: #00850F;
}
</style>
background-color css
<style>
a { background-color: #00850F; }
a { background-color: rgb(0,133,15); }
div.DivClassName
{
background-color: #00850F;
}
.BgClassName
{
background-color: #00850F;
}
</style>
border-color css
<style>
span { border-color: #00850F; }
span { border-color: rgb(0,133,15); }
td.TdClassName
{
border-color: #00850F;
}
.TagClassName
{
border-color: #00850F;
}
</style>