Shades of Light Green #8AF290
Tints of Light Green #8AF290
RGB
CMYK
RGB Variations
Color information
#8AF290 (or 0x8AF290) is known color: Light Green. HEX triplet: 8A, F2 and 90. RGB value is (138,242,144). Sum of RGB (Red+Green+Blue) = 138+242+144=524 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.34% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF290 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF290 is #750D6F. Grayscale: #C8C8C8. Windows color (decimal): -7671152 or 9499274. OLE color: 9499274.
HSL color Cylindrical-coordinate representation of color #8AF290: hue angle of 123.46º 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 #8AF290 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 242 | 144 | - |
| CMYK | 0.43 | 0 | 0.40 | 0.05 |
| HSL | 123.46º | 0.8% | 0.75% | - |
| HSV(B) | 123.46º | 0.43% | 0.95% | - |
| XYZ | 47.27 | 70.92 | 37.58 | - |
| YUV | 199.73 | 96.54 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 242 | 144 | 0.43 | 0 | 0.40 | 0.05 | 123.46 | 0.8 | 0.75 |
| Hex | 8A | F2 | 90 | 2B | 0 | 28 | 5 | 7B | 50 | 4B |
| Octal | 212 | 362 | 220 | 53 | 0 | 50 | 5 | 173 | 120 | 113 |
| Binary | 10001010 | 11110010 | 10010000 | 101011 | 0 | 101000 | 101 | 1111011 | 1010000 | 1001011 |
Color Harmonies of #8AF290
Complementary color
Monochromatic Colors of #8AF290
Black with #8AF290
Text Example
Text Example
White with #8AF290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF290; }
p { color: rgb(138,242,144); }
H1.HeaderClassName
{
color: #8AF290;
}
.AnyTagClassName
{
color: #8AF290;
}
</style>
background-color css
<style>
a { background-color: #8AF290; }
a { background-color: rgb(138,242,144); }
div.DivClassName
{
background-color: #8AF290;
}
.BgClassName
{
background-color: #8AF290;
}
</style>
border-color css
<style>
span { border-color: #8AF290; }
span { border-color: rgb(138,242,144); }
td.TdClassName
{
border-color: #8AF290;
}
.TagClassName
{
border-color: #8AF290;
}
</style>