Shades of Light Green #8AF098
Tints of Light Green #8AF098
RGB
CMYK
RGB Variations
Color information
#8AF098 (or 0x8AF098) is known color: Light Green. HEX triplet: 8A, F0 and 98. RGB value is (138,240,152). Sum of RGB (Red+Green+Blue) = 138+240+152=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF098 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF098 is #750F67. Grayscale: #C7C7C7. Windows color (decimal): -7671656 or 10023050. OLE color: 10023050.
HSL color Cylindrical-coordinate representation of color #8AF098: hue angle of 128.24º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AF098 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 152 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.06 |
| HSL | 128.24º | 0.77% | 0.74% | - |
| HSV(B) | 128.24º | 0.43% | 0.94% | - |
| XYZ | 47.31 | 69.99 | 40.72 | - |
| YUV | 199.47 | 101.21 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 152 | 0.42 | 0 | 0.37 | 0.06 | 128.24 | 0.77 | 0.74 |
| Hex | 8A | F0 | 98 | 2A | 0 | 25 | 6 | 80 | 4D | 4A |
| Octal | 212 | 360 | 230 | 52 | 0 | 45 | 6 | 200 | 115 | 112 |
| Binary | 10001010 | 11110000 | 10011000 | 101010 | 0 | 100101 | 110 | 10000000 | 1001101 | 1001010 |
Color Harmonies of #8AF098
Complementary color
Monochromatic Colors of #8AF098
Black with #8AF098
Text Example
Text Example
White with #8AF098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF098; }
p { color: rgb(138,240,152); }
H1.HeaderClassName
{
color: #8AF098;
}
.AnyTagClassName
{
color: #8AF098;
}
</style>
background-color css
<style>
a { background-color: #8AF098; }
a { background-color: rgb(138,240,152); }
div.DivClassName
{
background-color: #8AF098;
}
.BgClassName
{
background-color: #8AF098;
}
</style>
border-color css
<style>
span { border-color: #8AF098; }
span { border-color: rgb(138,240,152); }
td.TdClassName
{
border-color: #8AF098;
}
.TagClassName
{
border-color: #8AF098;
}
</style>