Shades of Tropical Rain Forest #00855A
Tints of Tropical Rain Forest #00855A
RGB
CMYK
RGB Variations
Color information
#00855A (or 0x00855A) is known color: Tropical Rain Forest. HEX triplet: 00, 85 and 5A. RGB value is (0,133,90). Sum of RGB (Red+Green+Blue) = 0+133+90=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 133 (52.34% from 255 or 59.64% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 133 - color contains mainly: green. Hex color #00855A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00855A is #FF7AA5. Grayscale: #585858. Windows color (decimal): -16743078 or 5932288. OLE color: 5932288.
HSL color Cylindrical-coordinate representation of color #00855A: hue angle of 160.6º 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 #00855A is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 90 | - |
| CMYK | 1 | 0 | 0.32 | 0.48 |
| HSL | 160.6º | 1% | 0.26% | - |
| HSV(B) | 160.6º | 1% | 0.52% | - |
| XYZ | 10.23 | 17.51 | 12.51 | - |
| YUV | 88.33 | 128.94 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 90 | 1 | 0 | 0.32 | 0.48 | 160.6 | 1 | 0.26 |
| Hex | 0 | 85 | 5A | 64 | 0 | 20 | 30 | A1 | 64 | 1A |
| Octal | 0 | 205 | 132 | 144 | 0 | 40 | 60 | 241 | 144 | 32 |
| Binary | 0 | 10000101 | 1011010 | 1100100 | 0 | 100000 | 110000 | 10100001 | 1100100 | 11010 |
Color Harmonies of #00855A
Complementary color
Monochromatic Colors of #00855A
Black with #00855A
Text Example
Text Example
White with #00855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00855A; }
p { color: rgb(0,133,90); }
H1.HeaderClassName
{
color: #00855A;
}
.AnyTagClassName
{
color: #00855A;
}
</style>
background-color css
<style>
a { background-color: #00855A; }
a { background-color: rgb(0,133,90); }
div.DivClassName
{
background-color: #00855A;
}
.BgClassName
{
background-color: #00855A;
}
</style>
border-color css
<style>
span { border-color: #00855A; }
span { border-color: rgb(0,133,90); }
td.TdClassName
{
border-color: #00855A;
}
.TagClassName
{
border-color: #00855A;
}
</style>