Shades of Light Green #8ADD92
Tints of Light Green #8ADD92
RGB
CMYK
RGB Variations
Color information
#8ADD92 (or 0x8ADD92) is known color: Light Green. HEX triplet: 8A, DD and 92. RGB value is (138,221,146). Sum of RGB (Red+Green+Blue) = 138+221+146=505 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.33% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADD92 is #75226D. Grayscale: #BBBBBB. Windows color (decimal): -7676526 or 9624970. OLE color: 9624970.
HSL color Cylindrical-coordinate representation of color #8ADD92: hue angle of 125.78º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADD92 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 146 | - |
| CMYK | 0.38 | 0 | 0.34 | 0.13 |
| HSL | 125.78º | 0.55% | 0.7% | - |
| HSV(B) | 125.78º | 0.38% | 0.87% | - |
| XYZ | 41.53 | 59.19 | 36.43 | - |
| YUV | 187.63 | 104.5 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 146 | 0.38 | 0 | 0.34 | 0.13 | 125.78 | 0.55 | 0.7 |
| Hex | 8A | DD | 92 | 26 | 0 | 22 | D | 7E | 37 | 46 |
| Octal | 212 | 335 | 222 | 46 | 0 | 42 | 15 | 176 | 67 | 106 |
| Binary | 10001010 | 11011101 | 10010010 | 100110 | 0 | 100010 | 1101 | 1111110 | 110111 | 1000110 |
Color Harmonies of #8ADD92
Complementary color
Monochromatic Colors of #8ADD92
Black with #8ADD92
Text Example
Text Example
White with #8ADD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADD92; }
p { color: rgb(138,221,146); }
H1.HeaderClassName
{
color: #8ADD92;
}
.AnyTagClassName
{
color: #8ADD92;
}
</style>
background-color css
<style>
a { background-color: #8ADD92; }
a { background-color: rgb(138,221,146); }
div.DivClassName
{
background-color: #8ADD92;
}
.BgClassName
{
background-color: #8ADD92;
}
</style>
border-color css
<style>
span { border-color: #8ADD92; }
span { border-color: rgb(138,221,146); }
td.TdClassName
{
border-color: #8ADD92;
}
.TagClassName
{
border-color: #8ADD92;
}
</style>