Shades of Green #018B12
Tints of Green #018B12
RGB
CMYK
RGB Variations
Color information
#018B12 (or 0x018B12) is known color: Green. HEX triplet: 01, 8B and 12. RGB value is (1,139,18). Sum of RGB (Red+Green+Blue) = 1+139+18=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 139 (54.69% from 255 or 87.97% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 139 - color contains mainly: green. Hex color #018B12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018B12 is #FE74ED. Grayscale: #545454. Windows color (decimal): -16676078 or 1215233. OLE color: 1215233.
HSL color Cylindrical-coordinate representation of color #018B12: hue angle of 127.39º 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 #018B12 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 139 | 18 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.45 |
| HSL | 127.39º | 0.99% | 0.27% | - |
| HSV(B) | 127.39º | 0.99% | 0.55% | - |
| XYZ | 9.35 | 18.52 | 3.65 | - |
| YUV | 83.94 | 90.78 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 18 | 0.99 | 0 | 0.87 | 0.45 | 127.39 | 0.99 | 0.27 |
| Hex | 1 | 8B | 12 | 63 | 0 | 57 | 2D | 7F | 63 | 1B |
| Octal | 1 | 213 | 22 | 143 | 0 | 127 | 55 | 177 | 143 | 33 |
| Binary | 1 | 10001011 | 10010 | 1100011 | 0 | 1010111 | 101101 | 1111111 | 1100011 | 11011 |
Color Harmonies of #018B12
Complementary color
Monochromatic Colors of #018B12
Black with #018B12
Text Example
Text Example
White with #018B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B12; }
p { color: rgb(1,139,18); }
H1.HeaderClassName
{
color: #018B12;
}
.AnyTagClassName
{
color: #018B12;
}
</style>
background-color css
<style>
a { background-color: #018B12; }
a { background-color: rgb(1,139,18); }
div.DivClassName
{
background-color: #018B12;
}
.BgClassName
{
background-color: #018B12;
}
</style>
border-color css
<style>
span { border-color: #018B12; }
span { border-color: rgb(1,139,18); }
td.TdClassName
{
border-color: #018B12;
}
.TagClassName
{
border-color: #018B12;
}
</style>