Shades of Green #008A0B
Tints of Green #008A0B
RGB
CMYK
RGB Variations
Color information
#008A0B (or 0x008A0B) is known color: Green. HEX triplet: 00, 8A and 0B. RGB value is (0,138,11). Sum of RGB (Red+Green+Blue) = 0+138+11=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 138 (54.30% from 255 or 92.62% from 149); Blue value is 11 (4.69% from 255 or 7.38% from 149); Max value from RGB is 138 - color contains mainly: green. Hex color #008A0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008A0B is #FF75F4. Grayscale: #525252. Windows color (decimal): -16741877 or 756224. OLE color: 756224.
HSL color Cylindrical-coordinate representation of color #008A0B: hue angle of 124.78º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008A0B is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 138 | 11 | - |
| CMYK | 1 | 0 | 0.92 | 0.46 |
| HSL | 124.78º | 1% | 0.27% | - |
| HSV(B) | 124.78º | 1% | 0.54% | - |
| XYZ | 9.15 | 18.2 | 3.35 | - |
| YUV | 82.26 | 87.78 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 11 | 1 | 0 | 0.92 | 0.46 | 124.78 | 1 | 0.27 |
| Hex | 0 | 8A | B | 64 | 0 | 5C | 2E | 7D | 64 | 1B |
| Octal | 0 | 212 | 13 | 144 | 0 | 134 | 56 | 175 | 144 | 33 |
| Binary | 0 | 10001010 | 1011 | 1100100 | 0 | 1011100 | 101110 | 1111101 | 1100100 | 11011 |
Color Harmonies of #008A0B
Complementary color
Monochromatic Colors of #008A0B
Black with #008A0B
Text Example
Text Example
White with #008A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008A0B; }
p { color: rgb(0,138,11); }
H1.HeaderClassName
{
color: #008A0B;
}
.AnyTagClassName
{
color: #008A0B;
}
</style>
background-color css
<style>
a { background-color: #008A0B; }
a { background-color: rgb(0,138,11); }
div.DivClassName
{
background-color: #008A0B;
}
.BgClassName
{
background-color: #008A0B;
}
</style>
border-color css
<style>
span { border-color: #008A0B; }
span { border-color: rgb(0,138,11); }
td.TdClassName
{
border-color: #008A0B;
}
.TagClassName
{
border-color: #008A0B;
}
</style>