Shades of Green #018A0D
Tints of Green #018A0D
RGB
CMYK
RGB Variations
Color information
#018A0D (or 0x018A0D) is known color: Green. HEX triplet: 01, 8A and 0D. RGB value is (1,138,13). Sum of RGB (Red+Green+Blue) = 1+138+13=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 138 (54.30% from 255 or 90.79% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 138 - color contains mainly: green. Hex color #018A0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018A0D is #FE75F2. Grayscale: #535353. Windows color (decimal): -16676339 or 887297. OLE color: 887297.
HSL color Cylindrical-coordinate representation of color #018A0D: hue angle of 125.26º 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 #018A0D is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 138 | 13 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.46 |
| HSL | 125.26º | 0.99% | 0.27% | - |
| HSV(B) | 125.26º | 0.99% | 0.54% | - |
| XYZ | 9.17 | 18.21 | 3.41 | - |
| YUV | 82.79 | 88.61 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 13 | 0.99 | 0 | 0.91 | 0.46 | 125.26 | 0.99 | 0.27 |
| Hex | 1 | 8A | D | 63 | 0 | 5B | 2E | 7D | 63 | 1B |
| Octal | 1 | 212 | 15 | 143 | 0 | 133 | 56 | 175 | 143 | 33 |
| Binary | 1 | 10001010 | 1101 | 1100011 | 0 | 1011011 | 101110 | 1111101 | 1100011 | 11011 |
Color Harmonies of #018A0D
Complementary color
Monochromatic Colors of #018A0D
Black with #018A0D
Text Example
Text Example
White with #018A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A0D; }
p { color: rgb(1,138,13); }
H1.HeaderClassName
{
color: #018A0D;
}
.AnyTagClassName
{
color: #018A0D;
}
</style>
background-color css
<style>
a { background-color: #018A0D; }
a { background-color: rgb(1,138,13); }
div.DivClassName
{
background-color: #018A0D;
}
.BgClassName
{
background-color: #018A0D;
}
</style>
border-color css
<style>
span { border-color: #018A0D; }
span { border-color: rgb(1,138,13); }
td.TdClassName
{
border-color: #018A0D;
}
.TagClassName
{
border-color: #018A0D;
}
</style>