Shades of Green #018A0B
Tints of Green #018A0B
RGB
CMYK
RGB Variations
Color information
#018A0B (or 0x018A0B) is known color: Green. HEX triplet: 01, 8A and 0B. RGB value is (1,138,11). Sum of RGB (Red+Green+Blue) = 1+138+11=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 138 (54.30% from 255 or 92% from 150); Blue value is 11 (4.69% from 255 or 7.33% from 150); Max value from RGB is 138 - color contains mainly: green. Hex color #018A0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018A0B is #FE75F4. Grayscale: #525252. Windows color (decimal): -16676341 or 756225. OLE color: 756225.
HSL color Cylindrical-coordinate representation of color #018A0B: hue angle of 124.38º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018A0B is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 138 | 11 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.46 |
| HSL | 124.38º | 0.99% | 0.27% | - |
| HSV(B) | 124.38º | 0.99% | 0.54% | - |
| XYZ | 9.16 | 18.21 | 3.35 | - |
| YUV | 82.56 | 87.61 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 11 | 0.99 | 0 | 0.92 | 0.46 | 124.38 | 0.99 | 0.27 |
| Hex | 1 | 8A | B | 63 | 0 | 5C | 2E | 7C | 63 | 1B |
| Octal | 1 | 212 | 13 | 143 | 0 | 134 | 56 | 174 | 143 | 33 |
| Binary | 1 | 10001010 | 1011 | 1100011 | 0 | 1011100 | 101110 | 1111100 | 1100011 | 11011 |
Color Harmonies of #018A0B
Complementary color
Monochromatic Colors of #018A0B
Black with #018A0B
Text Example
Text Example
White with #018A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A0B; }
p { color: rgb(1,138,11); }
H1.HeaderClassName
{
color: #018A0B;
}
.AnyTagClassName
{
color: #018A0B;
}
</style>
background-color css
<style>
a { background-color: #018A0B; }
a { background-color: rgb(1,138,11); }
div.DivClassName
{
background-color: #018A0B;
}
.BgClassName
{
background-color: #018A0B;
}
</style>
border-color css
<style>
span { border-color: #018A0B; }
span { border-color: rgb(1,138,11); }
td.TdClassName
{
border-color: #018A0B;
}
.TagClassName
{
border-color: #018A0B;
}
</style>