Html Css Color HEX #018166 Tropical Rain Forest
📋 copy color: '#018166'red 1 ◦ green 129 ◦ blue 102
Shades of Tropical Rain Forest #018166
Tints of Tropical Rain Forest #018166
RGB
CMYK
RGB Variations
Color information
#018166 (or 0x018166) is known color: Tropical Rain Forest. HEX triplet: 01, 81 and 66. RGB value is (1,129,102). Sum of RGB (Red+Green+Blue) = 1+129+102=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 129 (50.78% from 255 or 55.60% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 129 - color contains mainly: green. Hex color #018166 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018166 is #FE7E99. Grayscale: #575757. Windows color (decimal): -16678554 or 6717697. OLE color: 6717697.
HSL color Cylindrical-coordinate representation of color #018166: hue angle of 167.34º 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 #018166 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 102 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.49 |
| HSL | 167.34º | 0.98% | 0.25% | - |
| HSV(B) | 167.34º | 0.99% | 0.51% | - |
| XYZ | 10.26 | 16.67 | 15.25 | - |
| YUV | 87.65 | 136.09 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 102 | 0.99 | 0 | 0.21 | 0.49 | 167.34 | 0.98 | 0.25 |
| Hex | 1 | 81 | 66 | 63 | 0 | 15 | 31 | A7 | 62 | 19 |
| Octal | 1 | 201 | 146 | 143 | 0 | 25 | 61 | 247 | 142 | 31 |
| Binary | 1 | 10000001 | 1100110 | 1100011 | 0 | 10101 | 110001 | 10100111 | 1100010 | 11001 |
Color Harmonies of #018166
Complementary color
Monochromatic Colors of #018166
Black with #018166
Text Example
Text Example
White with #018166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018166; }
p { color: rgb(1,129,102); }
H1.HeaderClassName
{
color: #018166;
}
.AnyTagClassName
{
color: #018166;
}
</style>
background-color css
<style>
a { background-color: #018166; }
a { background-color: rgb(1,129,102); }
div.DivClassName
{
background-color: #018166;
}
.BgClassName
{
background-color: #018166;
}
</style>
border-color css
<style>
span { border-color: #018166; }
span { border-color: rgb(1,129,102); }
td.TdClassName
{
border-color: #018166;
}
.TagClassName
{
border-color: #018166;
}
</style>