Shades of Green #018A08
Tints of Green #018A08
RGB
CMYK
RGB Variations
Color information
#018A08 (or 0x018A08) is known color: Green. HEX triplet: 01, 8A and 08. RGB value is (1,138,8). Sum of RGB (Red+Green+Blue) = 1+138+8=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 138 (54.30% from 255 or 93.88% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 138 - color contains mainly: green. Hex color #018A08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018A08 is #FE75F7. Grayscale: #525252. Windows color (decimal): -16676344 or 559617. OLE color: 559617.
HSL color Cylindrical-coordinate representation of color #018A08: hue angle of 123.07º 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 #018A08 is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 138 | 8 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.46 |
| HSL | 123.07º | 0.99% | 0.27% | - |
| HSV(B) | 123.07º | 0.99% | 0.54% | - |
| XYZ | 9.14 | 18.2 | 3.26 | - |
| YUV | 82.22 | 86.11 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 8 | 0.99 | 0 | 0.94 | 0.46 | 123.07 | 0.99 | 0.27 |
| Hex | 1 | 8A | 8 | 63 | 0 | 5E | 2E | 7B | 63 | 1B |
| Octal | 1 | 212 | 10 | 143 | 0 | 136 | 56 | 173 | 143 | 33 |
| Binary | 1 | 10001010 | 1000 | 1100011 | 0 | 1011110 | 101110 | 1111011 | 1100011 | 11011 |
Color Harmonies of #018A08
Complementary color
Monochromatic Colors of #018A08
Black with #018A08
Text Example
Text Example
White with #018A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A08; }
p { color: rgb(1,138,8); }
H1.HeaderClassName
{
color: #018A08;
}
.AnyTagClassName
{
color: #018A08;
}
</style>
background-color css
<style>
a { background-color: #018A08; }
a { background-color: rgb(1,138,8); }
div.DivClassName
{
background-color: #018A08;
}
.BgClassName
{
background-color: #018A08;
}
</style>
border-color css
<style>
span { border-color: #018A08; }
span { border-color: rgb(1,138,8); }
td.TdClassName
{
border-color: #018A08;
}
.TagClassName
{
border-color: #018A08;
}
</style>