Shades of Light Green #8AF283
Tints of Light Green #8AF283
RGB
CMYK
RGB Variations
Color information
#8AF283 (or 0x8AF283) is known color: Light Green. HEX triplet: 8A, F2 and 83. RGB value is (138,242,131). Sum of RGB (Red+Green+Blue) = 138+242+131=511 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.01% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF283 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF283 is #750D7C. Grayscale: #C6C6C6. Windows color (decimal): -7671165 or 8647306. OLE color: 8647306.
HSL color Cylindrical-coordinate representation of color #8AF283: hue angle of 116.22º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AF283 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 242 | 131 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.05 |
| HSL | 116.22º | 0.81% | 0.73% | - |
| HSV(B) | 116.22º | 0.46% | 0.95% | - |
| XYZ | 46.33 | 70.55 | 32.65 | - |
| YUV | 198.25 | 90.04 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 242 | 131 | 0.43 | 0 | 0.46 | 0.05 | 116.22 | 0.81 | 0.73 |
| Hex | 8A | F2 | 83 | 2B | 0 | 2E | 5 | 74 | 51 | 49 |
| Octal | 212 | 362 | 203 | 53 | 0 | 56 | 5 | 164 | 121 | 111 |
| Binary | 10001010 | 11110010 | 10000011 | 101011 | 0 | 101110 | 101 | 1110100 | 1010001 | 1001001 |
Color Harmonies of #8AF283
Complementary color
Monochromatic Colors of #8AF283
Black with #8AF283
Text Example
Text Example
White with #8AF283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF283; }
p { color: rgb(138,242,131); }
H1.HeaderClassName
{
color: #8AF283;
}
.AnyTagClassName
{
color: #8AF283;
}
</style>
background-color css
<style>
a { background-color: #8AF283; }
a { background-color: rgb(138,242,131); }
div.DivClassName
{
background-color: #8AF283;
}
.BgClassName
{
background-color: #8AF283;
}
</style>
border-color css
<style>
span { border-color: #8AF283; }
span { border-color: rgb(138,242,131); }
td.TdClassName
{
border-color: #8AF283;
}
.TagClassName
{
border-color: #8AF283;
}
</style>