Shades of Green #018A1D
Tints of Green #018A1D
RGB
CMYK
RGB Variations
Color information
#018A1D (or 0x018A1D) is known color: Green. HEX triplet: 01, 8A and 1D. RGB value is (1,138,29). Sum of RGB (Red+Green+Blue) = 1+138+29=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 138 (54.30% from 255 or 82.14% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 138 - color contains mainly: green. Hex color #018A1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A1D is #FE75E2. Grayscale: #545454. Windows color (decimal): -16676323 or 1935873. OLE color: 1935873.
HSL color Cylindrical-coordinate representation of color #018A1D: hue angle of 132.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 #018A1D is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 138 | 29 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.46 |
| HSL | 132.26º | 0.99% | 0.27% | - |
| HSV(B) | 132.26º | 0.99% | 0.54% | - |
| XYZ | 9.32 | 18.27 | 4.2 | - |
| YUV | 84.61 | 96.61 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 29 | 0.99 | 0 | 0.79 | 0.46 | 132.26 | 0.99 | 0.27 |
| Hex | 1 | 8A | 1D | 63 | 0 | 4F | 2E | 84 | 63 | 1B |
| Octal | 1 | 212 | 35 | 143 | 0 | 117 | 56 | 204 | 143 | 33 |
| Binary | 1 | 10001010 | 11101 | 1100011 | 0 | 1001111 | 101110 | 10000100 | 1100011 | 11011 |
Color Harmonies of #018A1D
Complementary color
Monochromatic Colors of #018A1D
Black with #018A1D
Text Example
Text Example
White with #018A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A1D; }
p { color: rgb(1,138,29); }
H1.HeaderClassName
{
color: #018A1D;
}
.AnyTagClassName
{
color: #018A1D;
}
</style>
background-color css
<style>
a { background-color: #018A1D; }
a { background-color: rgb(1,138,29); }
div.DivClassName
{
background-color: #018A1D;
}
.BgClassName
{
background-color: #018A1D;
}
</style>
border-color css
<style>
span { border-color: #018A1D; }
span { border-color: rgb(1,138,29); }
td.TdClassName
{
border-color: #018A1D;
}
.TagClassName
{
border-color: #018A1D;
}
</style>