Shades of Light Green #8AED84
Tints of Light Green #8AED84
RGB
CMYK
RGB Variations
Color information
#8AED84 (or 0x8AED84) is known color: Light Green. HEX triplet: 8A, ED and 84. RGB value is (138,237,132). Sum of RGB (Red+Green+Blue) = 138+237+132=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 237 - color contains mainly: green. Hex color #8AED84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AED84 is #75127B. Grayscale: #C3C3C3. Windows color (decimal): -7672444 or 8711562. OLE color: 8711562.
HSL color Cylindrical-coordinate representation of color #8AED84: hue angle of 116.57º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AED84 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 237 | 132 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.07 |
| HSL | 116.57º | 0.74% | 0.72% | - |
| HSV(B) | 116.57º | 0.44% | 0.93% | - |
| XYZ | 44.93 | 67.64 | 32.52 | - |
| YUV | 195.43 | 92.2 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 237 | 132 | 0.42 | 0 | 0.44 | 0.07 | 116.57 | 0.74 | 0.72 |
| Hex | 8A | ED | 84 | 2A | 0 | 2C | 7 | 75 | 4A | 48 |
| Octal | 212 | 355 | 204 | 52 | 0 | 54 | 7 | 165 | 112 | 110 |
| Binary | 10001010 | 11101101 | 10000100 | 101010 | 0 | 101100 | 111 | 1110101 | 1001010 | 1001000 |
Color Harmonies of #8AED84
Complementary color
Monochromatic Colors of #8AED84
Black with #8AED84
Text Example
Text Example
White with #8AED84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AED84; }
p { color: rgb(138,237,132); }
H1.HeaderClassName
{
color: #8AED84;
}
.AnyTagClassName
{
color: #8AED84;
}
</style>
background-color css
<style>
a { background-color: #8AED84; }
a { background-color: rgb(138,237,132); }
div.DivClassName
{
background-color: #8AED84;
}
.BgClassName
{
background-color: #8AED84;
}
</style>
border-color css
<style>
span { border-color: #8AED84; }
span { border-color: rgb(138,237,132); }
td.TdClassName
{
border-color: #8AED84;
}
.TagClassName
{
border-color: #8AED84;
}
</style>