Shades of Green #008A1B
Tints of Green #008A1B
RGB
CMYK
RGB Variations
Color information
#008A1B (or 0x008A1B) is known color: Green. HEX triplet: 00, 8A and 1B. RGB value is (0,138,27). Sum of RGB (Red+Green+Blue) = 0+138+27=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 138 (54.30% from 255 or 83.64% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 138 - color contains mainly: green. Hex color #008A1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008A1B is #FF75E4. Grayscale: #545454. Windows color (decimal): -16741861 or 1804800. OLE color: 1804800.
HSL color Cylindrical-coordinate representation of color #008A1B: hue angle of 131.74º 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 #008A1B is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 138 | 27 | - |
| CMYK | 1 | 0 | 0.80 | 0.46 |
| HSL | 131.74º | 1% | 0.27% | - |
| HSV(B) | 131.74º | 1% | 0.54% | - |
| XYZ | 9.29 | 18.26 | 4.07 | - |
| YUV | 84.08 | 95.78 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 27 | 1 | 0 | 0.80 | 0.46 | 131.74 | 1 | 0.27 |
| Hex | 0 | 8A | 1B | 64 | 0 | 50 | 2E | 84 | 64 | 1B |
| Octal | 0 | 212 | 33 | 144 | 0 | 120 | 56 | 204 | 144 | 33 |
| Binary | 0 | 10001010 | 11011 | 1100100 | 0 | 1010000 | 101110 | 10000100 | 1100100 | 11011 |
Color Harmonies of #008A1B
Complementary color
Monochromatic Colors of #008A1B
Black with #008A1B
Text Example
Text Example
White with #008A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008A1B; }
p { color: rgb(0,138,27); }
H1.HeaderClassName
{
color: #008A1B;
}
.AnyTagClassName
{
color: #008A1B;
}
</style>
background-color css
<style>
a { background-color: #008A1B; }
a { background-color: rgb(0,138,27); }
div.DivClassName
{
background-color: #008A1B;
}
.BgClassName
{
background-color: #008A1B;
}
</style>
border-color css
<style>
span { border-color: #008A1B; }
span { border-color: rgb(0,138,27); }
td.TdClassName
{
border-color: #008A1B;
}
.TagClassName
{
border-color: #008A1B;
}
</style>