Shades of Light Green #84EEA0
Tints of Light Green #84EEA0
RGB
CMYK
RGB Variations
Color information
#84EEA0 (or 0x84EEA0) is known color: Light Green. HEX triplet: 84, EE and A0. RGB value is (132,238,160). Sum of RGB (Red+Green+Blue) = 132+238+160=530 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.91% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #84EEA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84EEA0 is #7B115F. Grayscale: #C5C5C5. Windows color (decimal): -8065376 or 10546820. OLE color: 10546820.
HSL color Cylindrical-coordinate representation of color #84EEA0: hue angle of 135.85º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84EEA0 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 238 | 160 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.07 |
| HSL | 135.85º | 0.76% | 0.73% | - |
| HSV(B) | 135.85º | 0.45% | 0.93% | - |
| XYZ | 46.44 | 68.59 | 44.05 | - |
| YUV | 197.41 | 106.88 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 238 | 160 | 0.45 | 0 | 0.33 | 0.07 | 135.85 | 0.76 | 0.73 |
| Hex | 84 | EE | A0 | 2D | 0 | 21 | 7 | 88 | 4C | 49 |
| Octal | 204 | 356 | 240 | 55 | 0 | 41 | 7 | 210 | 114 | 111 |
| Binary | 10000100 | 11101110 | 10100000 | 101101 | 0 | 100001 | 111 | 10001000 | 1001100 | 1001001 |
Color Harmonies of #84EEA0
Complementary color
Monochromatic Colors of #84EEA0
Black with #84EEA0
Text Example
Text Example
White with #84EEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EEA0; }
p { color: rgb(132,238,160); }
H1.HeaderClassName
{
color: #84EEA0;
}
.AnyTagClassName
{
color: #84EEA0;
}
</style>
background-color css
<style>
a { background-color: #84EEA0; }
a { background-color: rgb(132,238,160); }
div.DivClassName
{
background-color: #84EEA0;
}
.BgClassName
{
background-color: #84EEA0;
}
</style>
border-color css
<style>
span { border-color: #84EEA0; }
span { border-color: rgb(132,238,160); }
td.TdClassName
{
border-color: #84EEA0;
}
.TagClassName
{
border-color: #84EEA0;
}
</style>