Shades of Green #018A09
Tints of Green #018A09
RGB
CMYK
RGB Variations
Color information
#018A09 (or 0x018A09) is known color: Green. HEX triplet: 01, 8A and 09. RGB value is (1,138,9). Sum of RGB (Red+Green+Blue) = 1+138+9=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 138 (54.30% from 255 or 93.24% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 138 - color contains mainly: green. Hex color #018A09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018A09 is #FE75F6. Grayscale: #525252. Windows color (decimal): -16676343 or 625153. OLE color: 625153.
HSL color Cylindrical-coordinate representation of color #018A09: hue angle of 123.5º 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 #018A09 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 138 | 9 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.46 |
| HSL | 123.5º | 0.99% | 0.27% | - |
| HSV(B) | 123.5º | 0.99% | 0.54% | - |
| XYZ | 9.15 | 18.2 | 3.29 | - |
| YUV | 82.33 | 86.61 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 9 | 0.99 | 0 | 0.93 | 0.46 | 123.5 | 0.99 | 0.27 |
| Hex | 1 | 8A | 9 | 63 | 0 | 5D | 2E | 7C | 63 | 1B |
| Octal | 1 | 212 | 11 | 143 | 0 | 135 | 56 | 174 | 143 | 33 |
| Binary | 1 | 10001010 | 1001 | 1100011 | 0 | 1011101 | 101110 | 1111100 | 1100011 | 11011 |
Color Harmonies of #018A09
Complementary color
Monochromatic Colors of #018A09
Black with #018A09
Text Example
Text Example
White with #018A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A09; }
p { color: rgb(1,138,9); }
H1.HeaderClassName
{
color: #018A09;
}
.AnyTagClassName
{
color: #018A09;
}
</style>
background-color css
<style>
a { background-color: #018A09; }
a { background-color: rgb(1,138,9); }
div.DivClassName
{
background-color: #018A09;
}
.BgClassName
{
background-color: #018A09;
}
</style>
border-color css
<style>
span { border-color: #018A09; }
span { border-color: rgb(1,138,9); }
td.TdClassName
{
border-color: #018A09;
}
.TagClassName
{
border-color: #018A09;
}
</style>