Shades of Tropical Rain Forest #018156
Tints of Tropical Rain Forest #018156
RGB
CMYK
RGB Variations
Color information
#018156 (or 0x018156) is known color: Tropical Rain Forest. HEX triplet: 01, 81 and 56. RGB value is (1,129,86). Sum of RGB (Red+Green+Blue) = 1+129+86=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 129 (50.78% from 255 or 59.72% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 129 - color contains mainly: green. Hex color #018156 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018156 is #FE7EA9. Grayscale: #555555. Windows color (decimal): -16678570 or 5669121. OLE color: 5669121.
HSL color Cylindrical-coordinate representation of color #018156: hue angle of 159.84º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018156 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 86 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.49 |
| HSL | 159.84º | 0.98% | 0.25% | - |
| HSV(B) | 159.84º | 0.99% | 0.51% | - |
| XYZ | 9.54 | 16.38 | 11.46 | - |
| YUV | 85.83 | 128.09 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 86 | 0.99 | 0 | 0.33 | 0.49 | 159.84 | 0.98 | 0.25 |
| Hex | 1 | 81 | 56 | 63 | 0 | 21 | 31 | A0 | 62 | 19 |
| Octal | 1 | 201 | 126 | 143 | 0 | 41 | 61 | 240 | 142 | 31 |
| Binary | 1 | 10000001 | 1010110 | 1100011 | 0 | 100001 | 110001 | 10100000 | 1100010 | 11001 |
Color Harmonies of #018156
Complementary color
Monochromatic Colors of #018156
Black with #018156
Text Example
Text Example
White with #018156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018156; }
p { color: rgb(1,129,86); }
H1.HeaderClassName
{
color: #018156;
}
.AnyTagClassName
{
color: #018156;
}
</style>
background-color css
<style>
a { background-color: #018156; }
a { background-color: rgb(1,129,86); }
div.DivClassName
{
background-color: #018156;
}
.BgClassName
{
background-color: #018156;
}
</style>
border-color css
<style>
span { border-color: #018156; }
span { border-color: rgb(1,129,86); }
td.TdClassName
{
border-color: #018156;
}
.TagClassName
{
border-color: #018156;
}
</style>