Shades of Light Green #8AFB8C
Tints of Light Green #8AFB8C
RGB
CMYK
RGB Variations
Color information
#8AFB8C (or 0x8AFB8C) is known color: Light Green. HEX triplet: 8A, FB and 8C. RGB value is (138,251,140). Sum of RGB (Red+Green+Blue) = 138+251+140=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFB8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFB8C is #750473. Grayscale: #CCCCCC. Windows color (decimal): -7668852 or 9239434. OLE color: 9239434.
HSL color Cylindrical-coordinate representation of color #8AFB8C: hue angle of 121.06º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFB8C is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 251 | 140 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.02 |
| HSL | 121.06º | 0.93% | 0.76% | - |
| HSV(B) | 121.06º | 0.45% | 0.98% | - |
| XYZ | 49.71 | 76.29 | 36.92 | - |
| YUV | 204.56 | 91.56 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 251 | 140 | 0.45 | 0 | 0.44 | 0.02 | 121.06 | 0.93 | 0.76 |
| Hex | 8A | FB | 8C | 2D | 0 | 2C | 2 | 79 | 5D | 4C |
| Octal | 212 | 373 | 214 | 55 | 0 | 54 | 2 | 171 | 135 | 114 |
| Binary | 10001010 | 11111011 | 10001100 | 101101 | 0 | 101100 | 10 | 1111001 | 1011101 | 1001100 |
Color Harmonies of #8AFB8C
Complementary color
Monochromatic Colors of #8AFB8C
Black with #8AFB8C
Text Example
Text Example
White with #8AFB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFB8C; }
p { color: rgb(138,251,140); }
H1.HeaderClassName
{
color: #8AFB8C;
}
.AnyTagClassName
{
color: #8AFB8C;
}
</style>
background-color css
<style>
a { background-color: #8AFB8C; }
a { background-color: rgb(138,251,140); }
div.DivClassName
{
background-color: #8AFB8C;
}
.BgClassName
{
background-color: #8AFB8C;
}
</style>
border-color css
<style>
span { border-color: #8AFB8C; }
span { border-color: rgb(138,251,140); }
td.TdClassName
{
border-color: #8AFB8C;
}
.TagClassName
{
border-color: #8AFB8C;
}
</style>