Shades of Light Green #84EA9C
Tints of Light Green #84EA9C
RGB
CMYK
RGB Variations
Color information
#84EA9C (or 0x84EA9C) is known color: Light Green. HEX triplet: 84, EA and 9C. RGB value is (132,234,156). Sum of RGB (Red+Green+Blue) = 132+234+156=522 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.29% from 522); Green value is 234 (91.80% from 255 or 44.83% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 234 - color contains mainly: green. Hex color #84EA9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84EA9C is #7B1563. Grayscale: #C2C2C2. Windows color (decimal): -8066404 or 10283652. OLE color: 10283652.
HSL color Cylindrical-coordinate representation of color #84EA9C: hue angle of 134.12º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84EA9C is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 234 | 156 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.08 |
| HSL | 134.12º | 0.71% | 0.72% | - |
| HSV(B) | 134.12º | 0.44% | 0.92% | - |
| XYZ | 44.94 | 66.15 | 41.85 | - |
| YUV | 194.61 | 106.21 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 234 | 156 | 0.44 | 0 | 0.33 | 0.08 | 134.12 | 0.71 | 0.72 |
| Hex | 84 | EA | 9C | 2C | 0 | 21 | 8 | 86 | 47 | 48 |
| Octal | 204 | 352 | 234 | 54 | 0 | 41 | 10 | 206 | 107 | 110 |
| Binary | 10000100 | 11101010 | 10011100 | 101100 | 0 | 100001 | 1000 | 10000110 | 1000111 | 1001000 |
Color Harmonies of #84EA9C
Complementary color
Monochromatic Colors of #84EA9C
Black with #84EA9C
Text Example
Text Example
White with #84EA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EA9C; }
p { color: rgb(132,234,156); }
H1.HeaderClassName
{
color: #84EA9C;
}
.AnyTagClassName
{
color: #84EA9C;
}
</style>
background-color css
<style>
a { background-color: #84EA9C; }
a { background-color: rgb(132,234,156); }
div.DivClassName
{
background-color: #84EA9C;
}
.BgClassName
{
background-color: #84EA9C;
}
</style>
border-color css
<style>
span { border-color: #84EA9C; }
span { border-color: rgb(132,234,156); }
td.TdClassName
{
border-color: #84EA9C;
}
.TagClassName
{
border-color: #84EA9C;
}
</style>