Shades of Light Green #8AF278
Tints of Light Green #8AF278
RGB
CMYK
RGB Variations
Color information
#8AF278 (or 0x8AF278) is known color: Light Green. HEX triplet: 8A, F2 and 78. RGB value is (138,242,120). Sum of RGB (Red+Green+Blue) = 138+242+120=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF278 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF278 is #750D87. Grayscale: #C5C5C5. Windows color (decimal): -7671176 or 7926410. OLE color: 7926410.
HSL color Cylindrical-coordinate representation of color #8AF278: hue angle of 111.15º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8AF278 is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 242 | 120 | - |
| CMYK | 0.43 | 0 | 0.50 | 0.05 |
| HSL | 111.15º | 0.82% | 0.71% | - |
| HSV(B) | 111.15º | 0.5% | 0.95% | - |
| XYZ | 45.62 | 70.26 | 28.93 | - |
| YUV | 197 | 84.54 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 242 | 120 | 0.43 | 0 | 0.50 | 0.05 | 111.15 | 0.82 | 0.71 |
| Hex | 8A | F2 | 78 | 2B | 0 | 32 | 5 | 6F | 52 | 47 |
| Octal | 212 | 362 | 170 | 53 | 0 | 62 | 5 | 157 | 122 | 107 |
| Binary | 10001010 | 11110010 | 1111000 | 101011 | 0 | 110010 | 101 | 1101111 | 1010010 | 1000111 |
Color Harmonies of #8AF278
Complementary color
Monochromatic Colors of #8AF278
Black with #8AF278
Text Example
Text Example
White with #8AF278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF278; }
p { color: rgb(138,242,120); }
H1.HeaderClassName
{
color: #8AF278;
}
.AnyTagClassName
{
color: #8AF278;
}
</style>
background-color css
<style>
a { background-color: #8AF278; }
a { background-color: rgb(138,242,120); }
div.DivClassName
{
background-color: #8AF278;
}
.BgClassName
{
background-color: #8AF278;
}
</style>
border-color css
<style>
span { border-color: #8AF278; }
span { border-color: rgb(138,242,120); }
td.TdClassName
{
border-color: #8AF278;
}
.TagClassName
{
border-color: #8AF278;
}
</style>