Shades of Light Green #8AF28F
Tints of Light Green #8AF28F
RGB
CMYK
RGB Variations
Color information
#8AF28F (or 0x8AF28F) is known color: Light Green. HEX triplet: 8A, F2 and 8F. RGB value is (138,242,143). Sum of RGB (Red+Green+Blue) = 138+242+143=523 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.39% from 523); Green value is 242 (94.92% from 255 or 46.27% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF28F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF28F is #750D70. Grayscale: #C7C7C7. Windows color (decimal): -7671153 or 9433738. OLE color: 9433738.
HSL color Cylindrical-coordinate representation of color #8AF28F: hue angle of 122.88º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AF28F is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 242 | 143 | - |
| CMYK | 0.43 | 0 | 0.41 | 0.05 |
| HSL | 122.88º | 0.8% | 0.75% | - |
| HSV(B) | 122.88º | 0.43% | 0.95% | - |
| XYZ | 47.19 | 70.89 | 37.18 | - |
| YUV | 199.62 | 96.04 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 242 | 143 | 0.43 | 0 | 0.41 | 0.05 | 122.88 | 0.8 | 0.75 |
| Hex | 8A | F2 | 8F | 2B | 0 | 29 | 5 | 7B | 50 | 4B |
| Octal | 212 | 362 | 217 | 53 | 0 | 51 | 5 | 173 | 120 | 113 |
| Binary | 10001010 | 11110010 | 10001111 | 101011 | 0 | 101001 | 101 | 1111011 | 1010000 | 1001011 |
Color Harmonies of #8AF28F
Complementary color
Monochromatic Colors of #8AF28F
Black with #8AF28F
Text Example
Text Example
White with #8AF28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF28F; }
p { color: rgb(138,242,143); }
H1.HeaderClassName
{
color: #8AF28F;
}
.AnyTagClassName
{
color: #8AF28F;
}
</style>
background-color css
<style>
a { background-color: #8AF28F; }
a { background-color: rgb(138,242,143); }
div.DivClassName
{
background-color: #8AF28F;
}
.BgClassName
{
background-color: #8AF28F;
}
</style>
border-color css
<style>
span { border-color: #8AF28F; }
span { border-color: rgb(138,242,143); }
td.TdClassName
{
border-color: #8AF28F;
}
.TagClassName
{
border-color: #8AF28F;
}
</style>