Shades of Light Green #8AF892
Tints of Light Green #8AF892
RGB
CMYK
RGB Variations
Color information
#8AF892 (or 0x8AF892) is known color: Light Green. HEX triplet: 8A, F8 and 92. RGB value is (138,248,146). Sum of RGB (Red+Green+Blue) = 138+248+146=532 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.94% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF892 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF892 is #75076D. Grayscale: #CBCBCB. Windows color (decimal): -7669614 or 9631882. OLE color: 9631882.
HSL color Cylindrical-coordinate representation of color #8AF892: hue angle of 124.36º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AF892 is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 248 | 146 | - |
| CMYK | 0.44 | 0 | 0.41 | 0.03 |
| HSL | 124.36º | 0.89% | 0.76% | - |
| HSV(B) | 124.36º | 0.44% | 0.97% | - |
| XYZ | 49.24 | 74.61 | 39 | - |
| YUV | 203.48 | 95.56 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 248 | 146 | 0.44 | 0 | 0.41 | 0.03 | 124.36 | 0.89 | 0.76 |
| Hex | 8A | F8 | 92 | 2C | 0 | 29 | 3 | 7C | 59 | 4C |
| Octal | 212 | 370 | 222 | 54 | 0 | 51 | 3 | 174 | 131 | 114 |
| Binary | 10001010 | 11111000 | 10010010 | 101100 | 0 | 101001 | 11 | 1111100 | 1011001 | 1001100 |
Color Harmonies of #8AF892
Complementary color
Monochromatic Colors of #8AF892
Black with #8AF892
Text Example
Text Example
White with #8AF892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF892; }
p { color: rgb(138,248,146); }
H1.HeaderClassName
{
color: #8AF892;
}
.AnyTagClassName
{
color: #8AF892;
}
</style>
background-color css
<style>
a { background-color: #8AF892; }
a { background-color: rgb(138,248,146); }
div.DivClassName
{
background-color: #8AF892;
}
.BgClassName
{
background-color: #8AF892;
}
</style>
border-color css
<style>
span { border-color: #8AF892; }
span { border-color: rgb(138,248,146); }
td.TdClassName
{
border-color: #8AF892;
}
.TagClassName
{
border-color: #8AF892;
}
</style>