Shades of Green #155F01
Tints of Green #155F01
RGB
CMYK
RGB Variations
Color information
#155F01 (or 0x155F01) is known color: Green. HEX triplet: 15, 5F and 01. RGB value is (21,95,1). Sum of RGB (Red+Green+Blue) = 21+95+1=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 95 (37.5% from 255 or 81.20% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 95 - color contains mainly: green. Hex color #155F01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155F01 is #EAA0FE. Grayscale: #3E3E3E. Windows color (decimal): -15376639 or 89877. OLE color: 89877.
HSL color Cylindrical-coordinate representation of color #155F01: hue angle of 107.23º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #155F01 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 95 | 1 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.63 |
| HSL | 107.23º | 0.98% | 0.19% | - |
| HSV(B) | 107.23º | 0.99% | 0.37% | - |
| XYZ | 4.41 | 8.35 | 1.41 | - |
| YUV | 62.16 | 93.48 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 1 | 0.78 | 0 | 0.99 | 0.63 | 107.23 | 0.98 | 0.19 |
| Hex | 15 | 5F | 1 | 4E | 0 | 63 | 3F | 6B | 62 | 13 |
| Octal | 25 | 137 | 1 | 116 | 0 | 143 | 77 | 153 | 142 | 23 |
| Binary | 10101 | 1011111 | 1 | 1001110 | 0 | 1100011 | 111111 | 1101011 | 1100010 | 10011 |
Color Harmonies of #155F01
Complementary color
Monochromatic Colors of #155F01
Black with #155F01
Text Example
Text Example
White with #155F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155F01; }
p { color: rgb(21,95,1); }
H1.HeaderClassName
{
color: #155F01;
}
.AnyTagClassName
{
color: #155F01;
}
</style>
background-color css
<style>
a { background-color: #155F01; }
a { background-color: rgb(21,95,1); }
div.DivClassName
{
background-color: #155F01;
}
.BgClassName
{
background-color: #155F01;
}
</style>
border-color css
<style>
span { border-color: #155F01; }
span { border-color: rgb(21,95,1); }
td.TdClassName
{
border-color: #155F01;
}
.TagClassName
{
border-color: #155F01;
}
</style>