Shades of Green #018400
Tints of Green #018400
RGB
CMYK
RGB Variations
Color information
#018400 (or 0x018400) is known color: Green. HEX triplet: 01, 84 and 00. RGB value is (1,132,0). Sum of RGB (Red+Green+Blue) = 1+132+0=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 132 (51.95% from 255 or 99.25% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 132 - color contains mainly: green. Hex color #018400 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018400 is #FE7BFF. Grayscale: #4E4E4E. Windows color (decimal): -16677888 or 33793. OLE color: 33793.
HSL color Cylindrical-coordinate representation of color #018400: hue angle of 119.55º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018400 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 0 | - |
| CMYK | 0.99 | 0 | 1 | 0.48 |
| HSL | 119.55º | 1% | 0.26% | - |
| HSV(B) | 119.55º | 1% | 0.52% | - |
| XYZ | 8.26 | 16.51 | 2.75 | - |
| YUV | 77.78 | 84.1 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 0 | 0.99 | 0 | 1 | 0.48 | 119.55 | 1 | 0.26 |
| Hex | 1 | 84 | 0 | 63 | 0 | 64 | 30 | 78 | 64 | 1A |
| Octal | 1 | 204 | 0 | 143 | 0 | 144 | 60 | 170 | 144 | 32 |
| Binary | 1 | 10000100 | 0 | 1100011 | 0 | 1100100 | 110000 | 1111000 | 1100100 | 11010 |
Color Harmonies of #018400
Complementary color
Monochromatic Colors of #018400
Black with #018400
Text Example
Text Example
White with #018400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018400; }
p { color: rgb(1,132,0); }
H1.HeaderClassName
{
color: #018400;
}
.AnyTagClassName
{
color: #018400;
}
</style>
background-color css
<style>
a { background-color: #018400; }
a { background-color: rgb(1,132,0); }
div.DivClassName
{
background-color: #018400;
}
.BgClassName
{
background-color: #018400;
}
</style>
border-color css
<style>
span { border-color: #018400; }
span { border-color: rgb(1,132,0); }
td.TdClassName
{
border-color: #018400;
}
.TagClassName
{
border-color: #018400;
}
</style>