Shades of Light Green #8ADE98
Tints of Light Green #8ADE98
RGB
CMYK
RGB Variations
Color information
#8ADE98 (or 0x8ADE98) is known color: Light Green. HEX triplet: 8A, DE and 98. RGB value is (138,222,152). Sum of RGB (Red+Green+Blue) = 138+222+152=512 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.95% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADE98 is #752167. Grayscale: #BDBDBD. Windows color (decimal): -7676264 or 10018442. OLE color: 10018442.
HSL color Cylindrical-coordinate representation of color #8ADE98: hue angle of 130º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADE98 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 152 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.13 |
| HSL | 130º | 0.56% | 0.71% | - |
| HSV(B) | 130º | 0.38% | 0.87% | - |
| XYZ | 42.27 | 59.91 | 39.04 | - |
| YUV | 188.9 | 107.17 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 152 | 0.38 | 0 | 0.32 | 0.13 | 130 | 0.56 | 0.71 |
| Hex | 8A | DE | 98 | 26 | 0 | 20 | D | 82 | 38 | 47 |
| Octal | 212 | 336 | 230 | 46 | 0 | 40 | 15 | 202 | 70 | 107 |
| Binary | 10001010 | 11011110 | 10011000 | 100110 | 0 | 100000 | 1101 | 10000010 | 111000 | 1000111 |
Color Harmonies of #8ADE98
Complementary color
Monochromatic Colors of #8ADE98
Black with #8ADE98
Text Example
Text Example
White with #8ADE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADE98; }
p { color: rgb(138,222,152); }
H1.HeaderClassName
{
color: #8ADE98;
}
.AnyTagClassName
{
color: #8ADE98;
}
</style>
background-color css
<style>
a { background-color: #8ADE98; }
a { background-color: rgb(138,222,152); }
div.DivClassName
{
background-color: #8ADE98;
}
.BgClassName
{
background-color: #8ADE98;
}
</style>
border-color css
<style>
span { border-color: #8ADE98; }
span { border-color: rgb(138,222,152); }
td.TdClassName
{
border-color: #8ADE98;
}
.TagClassName
{
border-color: #8ADE98;
}
</style>