Shades of Light Green #8AF1A0
Tints of Light Green #8AF1A0
RGB
CMYK
RGB Variations
Color information
#8AF1A0 (or 0x8AF1A0) is known color: Light Green. HEX triplet: 8A, F1 and A0. RGB value is (138,241,160). Sum of RGB (Red+Green+Blue) = 138+241+160=539 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.60% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF1A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF1A0 is #750E5F. Grayscale: #C9C9C9. Windows color (decimal): -7671392 or 10547594. OLE color: 10547594.
HSL color Cylindrical-coordinate representation of color #8AF1A0: hue angle of 132.82º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AF1A0 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 241 | 160 | - |
| CMYK | 0.43 | 0 | 0.34 | 0.05 |
| HSL | 132.82º | 0.79% | 0.74% | - |
| HSV(B) | 132.82º | 0.43% | 0.95% | - |
| XYZ | 48.28 | 70.85 | 44.39 | - |
| YUV | 200.97 | 104.88 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 241 | 160 | 0.43 | 0 | 0.34 | 0.05 | 132.82 | 0.79 | 0.74 |
| Hex | 8A | F1 | A0 | 2B | 0 | 22 | 5 | 85 | 4F | 4A |
| Octal | 212 | 361 | 240 | 53 | 0 | 42 | 5 | 205 | 117 | 112 |
| Binary | 10001010 | 11110001 | 10100000 | 101011 | 0 | 100010 | 101 | 10000101 | 1001111 | 1001010 |
Color Harmonies of #8AF1A0
Complementary color
Monochromatic Colors of #8AF1A0
Black with #8AF1A0
Text Example
Text Example
White with #8AF1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF1A0; }
p { color: rgb(138,241,160); }
H1.HeaderClassName
{
color: #8AF1A0;
}
.AnyTagClassName
{
color: #8AF1A0;
}
</style>
background-color css
<style>
a { background-color: #8AF1A0; }
a { background-color: rgb(138,241,160); }
div.DivClassName
{
background-color: #8AF1A0;
}
.BgClassName
{
background-color: #8AF1A0;
}
</style>
border-color css
<style>
span { border-color: #8AF1A0; }
span { border-color: rgb(138,241,160); }
td.TdClassName
{
border-color: #8AF1A0;
}
.TagClassName
{
border-color: #8AF1A0;
}
</style>