Shades of Light Green #8AED98
Tints of Light Green #8AED98
RGB
CMYK
RGB Variations
Color information
#8AED98 (or 0x8AED98) is known color: Light Green. HEX triplet: 8A, ED and 98. RGB value is (138,237,152). Sum of RGB (Red+Green+Blue) = 138+237+152=527 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.19% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #8AED98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AED98 is #751267. Grayscale: #C5C5C5. Windows color (decimal): -7672424 or 10022282. OLE color: 10022282.
HSL color Cylindrical-coordinate representation of color #8AED98: hue angle of 128.48º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AED98 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 237 | 152 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.07 |
| HSL | 128.48º | 0.73% | 0.74% | - |
| HSV(B) | 128.48º | 0.42% | 0.93% | - |
| XYZ | 46.43 | 68.24 | 40.43 | - |
| YUV | 197.71 | 102.2 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 237 | 152 | 0.42 | 0 | 0.36 | 0.07 | 128.48 | 0.73 | 0.74 |
| Hex | 8A | ED | 98 | 2A | 0 | 24 | 7 | 80 | 49 | 4A |
| Octal | 212 | 355 | 230 | 52 | 0 | 44 | 7 | 200 | 111 | 112 |
| Binary | 10001010 | 11101101 | 10011000 | 101010 | 0 | 100100 | 111 | 10000000 | 1001001 | 1001010 |
Color Harmonies of #8AED98
Complementary color
Monochromatic Colors of #8AED98
Black with #8AED98
Text Example
Text Example
White with #8AED98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AED98; }
p { color: rgb(138,237,152); }
H1.HeaderClassName
{
color: #8AED98;
}
.AnyTagClassName
{
color: #8AED98;
}
</style>
background-color css
<style>
a { background-color: #8AED98; }
a { background-color: rgb(138,237,152); }
div.DivClassName
{
background-color: #8AED98;
}
.BgClassName
{
background-color: #8AED98;
}
</style>
border-color css
<style>
span { border-color: #8AED98; }
span { border-color: rgb(138,237,152); }
td.TdClassName
{
border-color: #8AED98;
}
.TagClassName
{
border-color: #8AED98;
}
</style>