Shades of Green #018B06
Tints of Green #018B06
RGB
CMYK
RGB Variations
Color information
#018B06 (or 0x018B06) is known color: Green. HEX triplet: 01, 8B and 06. RGB value is (1,139,6). Sum of RGB (Red+Green+Blue) = 1+139+6=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 139 (54.69% from 255 or 95.21% from 146); Blue value is 6 (2.73% from 255 or 4.11% from 146); Max value from RGB is 139 - color contains mainly: green. Hex color #018B06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018B06 is #FE74F9. Grayscale: #525252. Windows color (decimal): -16676090 or 428801. OLE color: 428801.
HSL color Cylindrical-coordinate representation of color #018B06: hue angle of 122.17º 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 #018B06 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 139 | 6 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.45 |
| HSL | 122.17º | 0.99% | 0.27% | - |
| HSV(B) | 122.17º | 0.99% | 0.55% | - |
| XYZ | 9.28 | 18.48 | 3.25 | - |
| YUV | 82.58 | 84.78 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 6 | 0.99 | 0 | 0.96 | 0.45 | 122.17 | 0.99 | 0.27 |
| Hex | 1 | 8B | 6 | 63 | 0 | 60 | 2D | 7A | 63 | 1B |
| Octal | 1 | 213 | 6 | 143 | 0 | 140 | 55 | 172 | 143 | 33 |
| Binary | 1 | 10001011 | 110 | 1100011 | 0 | 1100000 | 101101 | 1111010 | 1100011 | 11011 |
Color Harmonies of #018B06
Complementary color
Monochromatic Colors of #018B06
Black with #018B06
Text Example
Text Example
White with #018B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B06; }
p { color: rgb(1,139,6); }
H1.HeaderClassName
{
color: #018B06;
}
.AnyTagClassName
{
color: #018B06;
}
</style>
background-color css
<style>
a { background-color: #018B06; }
a { background-color: rgb(1,139,6); }
div.DivClassName
{
background-color: #018B06;
}
.BgClassName
{
background-color: #018B06;
}
</style>
border-color css
<style>
span { border-color: #018B06; }
span { border-color: rgb(1,139,6); }
td.TdClassName
{
border-color: #018B06;
}
.TagClassName
{
border-color: #018B06;
}
</style>