Shades of Green #018A1C
Tints of Green #018A1C
RGB
CMYK
RGB Variations
Color information
#018A1C (or 0x018A1C) is known color: Green. HEX triplet: 01, 8A and 1C. RGB value is (1,138,28). Sum of RGB (Red+Green+Blue) = 1+138+28=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 138 (54.30% from 255 or 82.63% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 138 - color contains mainly: green. Hex color #018A1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A1C is #FE75E3. Grayscale: #545454. Windows color (decimal): -16676324 or 1870337. OLE color: 1870337.
HSL color Cylindrical-coordinate representation of color #018A1C: hue angle of 131.82º 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 #018A1C is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 138 | 28 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.46 |
| HSL | 131.82º | 0.99% | 0.27% | - |
| HSV(B) | 131.82º | 0.99% | 0.54% | - |
| XYZ | 9.31 | 18.27 | 4.13 | - |
| YUV | 84.5 | 96.11 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 28 | 0.99 | 0 | 0.80 | 0.46 | 131.82 | 0.99 | 0.27 |
| Hex | 1 | 8A | 1C | 63 | 0 | 50 | 2E | 84 | 63 | 1B |
| Octal | 1 | 212 | 34 | 143 | 0 | 120 | 56 | 204 | 143 | 33 |
| Binary | 1 | 10001010 | 11100 | 1100011 | 0 | 1010000 | 101110 | 10000100 | 1100011 | 11011 |
Color Harmonies of #018A1C
Complementary color
Monochromatic Colors of #018A1C
Black with #018A1C
Text Example
Text Example
White with #018A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A1C; }
p { color: rgb(1,138,28); }
H1.HeaderClassName
{
color: #018A1C;
}
.AnyTagClassName
{
color: #018A1C;
}
</style>
background-color css
<style>
a { background-color: #018A1C; }
a { background-color: rgb(1,138,28); }
div.DivClassName
{
background-color: #018A1C;
}
.BgClassName
{
background-color: #018A1C;
}
</style>
border-color css
<style>
span { border-color: #018A1C; }
span { border-color: rgb(1,138,28); }
td.TdClassName
{
border-color: #018A1C;
}
.TagClassName
{
border-color: #018A1C;
}
</style>