Shades of Green #018B11
Tints of Green #018B11
RGB
CMYK
RGB Variations
Color information
#018B11 (or 0x018B11) is known color: Green. HEX triplet: 01, 8B and 11. RGB value is (1,139,17). Sum of RGB (Red+Green+Blue) = 1+139+17=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 139 (54.69% from 255 or 88.54% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 139 - color contains mainly: green. Hex color #018B11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018B11 is #FE74EE. Grayscale: #545454. Windows color (decimal): -16676079 or 1149697. OLE color: 1149697.
HSL color Cylindrical-coordinate representation of color #018B11: hue angle of 126.96º 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 #018B11 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 139 | 17 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.45 |
| HSL | 126.96º | 0.99% | 0.27% | - |
| HSV(B) | 126.96º | 0.99% | 0.55% | - |
| XYZ | 9.35 | 18.51 | 3.61 | - |
| YUV | 83.83 | 90.28 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 17 | 0.99 | 0 | 0.88 | 0.45 | 126.96 | 0.99 | 0.27 |
| Hex | 1 | 8B | 11 | 63 | 0 | 58 | 2D | 7F | 63 | 1B |
| Octal | 1 | 213 | 21 | 143 | 0 | 130 | 55 | 177 | 143 | 33 |
| Binary | 1 | 10001011 | 10001 | 1100011 | 0 | 1011000 | 101101 | 1111111 | 1100011 | 11011 |
Color Harmonies of #018B11
Complementary color
Monochromatic Colors of #018B11
Black with #018B11
Text Example
Text Example
White with #018B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B11; }
p { color: rgb(1,139,17); }
H1.HeaderClassName
{
color: #018B11;
}
.AnyTagClassName
{
color: #018B11;
}
</style>
background-color css
<style>
a { background-color: #018B11; }
a { background-color: rgb(1,139,17); }
div.DivClassName
{
background-color: #018B11;
}
.BgClassName
{
background-color: #018B11;
}
</style>
border-color css
<style>
span { border-color: #018B11; }
span { border-color: rgb(1,139,17); }
td.TdClassName
{
border-color: #018B11;
}
.TagClassName
{
border-color: #018B11;
}
</style>