Shades of Chinook #84E09C
Tints of Chinook #84E09C
RGB
CMYK
RGB Variations
Color information
#84E09C (or 0x84E09C) is known color: Chinook. HEX triplet: 84, E0 and 9C. RGB value is (132,224,156). Sum of RGB (Red+Green+Blue) = 132+224+156=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #84E09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84E09C is #7B1F63. Grayscale: #BCBCBC. Windows color (decimal): -8068964 or 10281092. OLE color: 10281092.
HSL color Cylindrical-coordinate representation of color #84E09C: hue angle of 135.65º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84E09C is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 224 | 156 | - |
| CMYK | 0.41 | 0 | 0.30 | 0.12 |
| HSL | 135.65º | 0.6% | 0.7% | - |
| HSV(B) | 135.65º | 0.41% | 0.88% | - |
| XYZ | 42.17 | 60.62 | 40.93 | - |
| YUV | 188.74 | 109.52 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 224 | 156 | 0.41 | 0 | 0.30 | 0.12 | 135.65 | 0.6 | 0.7 |
| Hex | 84 | E0 | 9C | 29 | 0 | 1E | C | 88 | 3C | 46 |
| Octal | 204 | 340 | 234 | 51 | 0 | 36 | 14 | 210 | 74 | 106 |
| Binary | 10000100 | 11100000 | 10011100 | 101001 | 0 | 11110 | 1100 | 10001000 | 111100 | 1000110 |
Color Harmonies of #84E09C
Complementary color
Monochromatic Colors of #84E09C
Black with #84E09C
Text Example
Text Example
White with #84E09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E09C; }
p { color: rgb(132,224,156); }
H1.HeaderClassName
{
color: #84E09C;
}
.AnyTagClassName
{
color: #84E09C;
}
</style>
background-color css
<style>
a { background-color: #84E09C; }
a { background-color: rgb(132,224,156); }
div.DivClassName
{
background-color: #84E09C;
}
.BgClassName
{
background-color: #84E09C;
}
</style>
border-color css
<style>
span { border-color: #84E09C; }
span { border-color: rgb(132,224,156); }
td.TdClassName
{
border-color: #84E09C;
}
.TagClassName
{
border-color: #84E09C;
}
</style>