Shades of Light Green #8AF092
Tints of Light Green #8AF092
RGB
CMYK
RGB Variations
Color information
#8AF092 (or 0x8AF092) is known color: Light Green. HEX triplet: 8A, F0 and 92. RGB value is (138,240,146). Sum of RGB (Red+Green+Blue) = 138+240+146=524 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.34% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF092 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF092 is #750F6D. Grayscale: #C7C7C7. Windows color (decimal): -7671662 or 9629834. OLE color: 9629834.
HSL color Cylindrical-coordinate representation of color #8AF092: hue angle of 124.71º 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 #8AF092 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 146 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.06 |
| HSL | 124.71º | 0.77% | 0.74% | - |
| HSV(B) | 124.71º | 0.43% | 0.94% | - |
| XYZ | 46.83 | 69.8 | 38.2 | - |
| YUV | 198.79 | 98.21 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 146 | 0.42 | 0 | 0.39 | 0.06 | 124.71 | 0.77 | 0.74 |
| Hex | 8A | F0 | 92 | 2A | 0 | 27 | 6 | 7D | 4D | 4A |
| Octal | 212 | 360 | 222 | 52 | 0 | 47 | 6 | 175 | 115 | 112 |
| Binary | 10001010 | 11110000 | 10010010 | 101010 | 0 | 100111 | 110 | 1111101 | 1001101 | 1001010 |
Color Harmonies of #8AF092
Complementary color
Monochromatic Colors of #8AF092
Black with #8AF092
Text Example
Text Example
White with #8AF092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF092; }
p { color: rgb(138,240,146); }
H1.HeaderClassName
{
color: #8AF092;
}
.AnyTagClassName
{
color: #8AF092;
}
</style>
background-color css
<style>
a { background-color: #8AF092; }
a { background-color: rgb(138,240,146); }
div.DivClassName
{
background-color: #8AF092;
}
.BgClassName
{
background-color: #8AF092;
}
</style>
border-color css
<style>
span { border-color: #8AF092; }
span { border-color: rgb(138,240,146); }
td.TdClassName
{
border-color: #8AF092;
}
.TagClassName
{
border-color: #8AF092;
}
</style>