Shades of Light Green #8AF080
Tints of Light Green #8AF080
RGB
CMYK
RGB Variations
Color information
#8AF080 (or 0x8AF080) is known color: Light Green. HEX triplet: 8A, F0 and 80. RGB value is (138,240,128). Sum of RGB (Red+Green+Blue) = 138+240+128=506 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.27% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF080 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF080 is #750F7F. Grayscale: #C5C5C5. Windows color (decimal): -7671680 or 8450186. OLE color: 8450186.
HSL color Cylindrical-coordinate representation of color #8AF080: hue angle of 114.64º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8AF080 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 128 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.06 |
| HSL | 114.64º | 0.79% | 0.72% | - |
| HSV(B) | 114.64º | 0.47% | 0.94% | - |
| XYZ | 45.54 | 69.28 | 31.39 | - |
| YUV | 196.73 | 89.21 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 128 | 0.42 | 0 | 0.47 | 0.06 | 114.64 | 0.79 | 0.72 |
| Hex | 8A | F0 | 80 | 2A | 0 | 2F | 6 | 73 | 4F | 48 |
| Octal | 212 | 360 | 200 | 52 | 0 | 57 | 6 | 163 | 117 | 110 |
| Binary | 10001010 | 11110000 | 10000000 | 101010 | 0 | 101111 | 110 | 1110011 | 1001111 | 1001000 |
Color Harmonies of #8AF080
Complementary color
Monochromatic Colors of #8AF080
Black with #8AF080
Text Example
Text Example
White with #8AF080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF080; }
p { color: rgb(138,240,128); }
H1.HeaderClassName
{
color: #8AF080;
}
.AnyTagClassName
{
color: #8AF080;
}
</style>
background-color css
<style>
a { background-color: #8AF080; }
a { background-color: rgb(138,240,128); }
div.DivClassName
{
background-color: #8AF080;
}
.BgClassName
{
background-color: #8AF080;
}
</style>
border-color css
<style>
span { border-color: #8AF080; }
span { border-color: rgb(138,240,128); }
td.TdClassName
{
border-color: #8AF080;
}
.TagClassName
{
border-color: #8AF080;
}
</style>