Shades of Light Green #8AF381
Tints of Light Green #8AF381
RGB
CMYK
RGB Variations
Color information
#8AF381 (or 0x8AF381) is known color: Light Green. HEX triplet: 8A, F3 and 81. RGB value is (138,243,129). Sum of RGB (Red+Green+Blue) = 138+243+129=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 243 (95.31% from 255 or 47.65% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF381 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF381 is #750C7E. Grayscale: #C6C6C6. Windows color (decimal): -7670911 or 8516490. OLE color: 8516490.
HSL color Cylindrical-coordinate representation of color #8AF381: hue angle of 115.26º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8AF381 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 243 | 129 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.05 |
| HSL | 115.26º | 0.83% | 0.73% | - |
| HSV(B) | 115.26º | 0.47% | 0.95% | - |
| XYZ | 46.49 | 71.09 | 32.04 | - |
| YUV | 198.61 | 88.71 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 243 | 129 | 0.43 | 0 | 0.47 | 0.05 | 115.26 | 0.83 | 0.73 |
| Hex | 8A | F3 | 81 | 2B | 0 | 2F | 5 | 73 | 53 | 49 |
| Octal | 212 | 363 | 201 | 53 | 0 | 57 | 5 | 163 | 123 | 111 |
| Binary | 10001010 | 11110011 | 10000001 | 101011 | 0 | 101111 | 101 | 1110011 | 1010011 | 1001001 |
Color Harmonies of #8AF381
Complementary color
Monochromatic Colors of #8AF381
Black with #8AF381
Text Example
Text Example
White with #8AF381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF381; }
p { color: rgb(138,243,129); }
H1.HeaderClassName
{
color: #8AF381;
}
.AnyTagClassName
{
color: #8AF381;
}
</style>
background-color css
<style>
a { background-color: #8AF381; }
a { background-color: rgb(138,243,129); }
div.DivClassName
{
background-color: #8AF381;
}
.BgClassName
{
background-color: #8AF381;
}
</style>
border-color css
<style>
span { border-color: #8AF381; }
span { border-color: rgb(138,243,129); }
td.TdClassName
{
border-color: #8AF381;
}
.TagClassName
{
border-color: #8AF381;
}
</style>