Shades of Green #008B10
Tints of Green #008B10
RGB
CMYK
RGB Variations
Color information
#008B10 (or 0x008B10) is known color: Green. HEX triplet: 00, 8B and 10. RGB value is (0,139,16). Sum of RGB (Red+Green+Blue) = 0+139+16=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 139 (54.69% from 255 or 89.68% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 139 - color contains mainly: green. Hex color #008B10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008B10 is #FF74EF. Grayscale: #535353. Windows color (decimal): -16741616 or 1084160. OLE color: 1084160.
HSL color Cylindrical-coordinate representation of color #008B10: hue angle of 126.91º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008B10 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 139 | 16 | - |
| CMYK | 1 | 0 | 0.88 | 0.45 |
| HSL | 126.91º | 1% | 0.27% | - |
| HSV(B) | 126.91º | 1% | 0.55% | - |
| XYZ | 9.33 | 18.5 | 3.57 | - |
| YUV | 83.42 | 89.95 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 16 | 1 | 0 | 0.88 | 0.45 | 126.91 | 1 | 0.27 |
| Hex | 0 | 8B | 10 | 64 | 0 | 58 | 2D | 7F | 64 | 1B |
| Octal | 0 | 213 | 20 | 144 | 0 | 130 | 55 | 177 | 144 | 33 |
| Binary | 0 | 10001011 | 10000 | 1100100 | 0 | 1011000 | 101101 | 1111111 | 1100100 | 11011 |
Color Harmonies of #008B10
Complementary color
Monochromatic Colors of #008B10
Black with #008B10
Text Example
Text Example
White with #008B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008B10; }
p { color: rgb(0,139,16); }
H1.HeaderClassName
{
color: #008B10;
}
.AnyTagClassName
{
color: #008B10;
}
</style>
background-color css
<style>
a { background-color: #008B10; }
a { background-color: rgb(0,139,16); }
div.DivClassName
{
background-color: #008B10;
}
.BgClassName
{
background-color: #008B10;
}
</style>
border-color css
<style>
span { border-color: #008B10; }
span { border-color: rgb(0,139,16); }
td.TdClassName
{
border-color: #008B10;
}
.TagClassName
{
border-color: #008B10;
}
</style>