Shades of Green #158B01
Tints of Green #158B01
RGB
CMYK
RGB Variations
Color information
#158B01 (or 0x158B01) is known color: Green. HEX triplet: 15, 8B and 01. RGB value is (21,139,1). Sum of RGB (Red+Green+Blue) = 21+139+1=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 139 (54.69% from 255 or 86.34% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 139 - color contains mainly: green. Hex color #158B01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #158B01 is #EA74FE. Grayscale: #585858. Windows color (decimal): -15365375 or 101141. OLE color: 101141.
HSL color Cylindrical-coordinate representation of color #158B01: hue angle of 111.3º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #158B01 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 139 | 1 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.45 |
| HSL | 111.3º | 0.99% | 0.27% | - |
| HSV(B) | 111.3º | 0.99% | 0.55% | - |
| XYZ | 9.55 | 18.63 | 3.12 | - |
| YUV | 87.99 | 78.91 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 1 | 0.85 | 0 | 0.99 | 0.45 | 111.3 | 0.99 | 0.27 |
| Hex | 15 | 8B | 1 | 55 | 0 | 63 | 2D | 6F | 63 | 1B |
| Octal | 25 | 213 | 1 | 125 | 0 | 143 | 55 | 157 | 143 | 33 |
| Binary | 10101 | 10001011 | 1 | 1010101 | 0 | 1100011 | 101101 | 1101111 | 1100011 | 11011 |
Color Harmonies of #158B01
Complementary color
Monochromatic Colors of #158B01
Black with #158B01
Text Example
Text Example
White with #158B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158B01; }
p { color: rgb(21,139,1); }
H1.HeaderClassName
{
color: #158B01;
}
.AnyTagClassName
{
color: #158B01;
}
</style>
background-color css
<style>
a { background-color: #158B01; }
a { background-color: rgb(21,139,1); }
div.DivClassName
{
background-color: #158B01;
}
.BgClassName
{
background-color: #158B01;
}
</style>
border-color css
<style>
span { border-color: #158B01; }
span { border-color: rgb(21,139,1); }
td.TdClassName
{
border-color: #158B01;
}
.TagClassName
{
border-color: #158B01;
}
</style>