Shades of Light Green #8AFC7B
Tints of Light Green #8AFC7B
RGB
CMYK
RGB Variations
Color information
#8AFC7B (or 0x8AFC7B) is known color: Light Green. HEX triplet: 8A, FC and 7B. RGB value is (138,252,123). Sum of RGB (Red+Green+Blue) = 138+252+123=513 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.90% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFC7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFC7B is #750384. Grayscale: #CBCBCB. Windows color (decimal): -7668613 or 8125578. OLE color: 8125578.
HSL color Cylindrical-coordinate representation of color #8AFC7B: hue angle of 113.02º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8AFC7B is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 252 | 123 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.01 |
| HSL | 113.02º | 0.96% | 0.74% | - |
| HSV(B) | 113.02º | 0.51% | 0.99% | - |
| XYZ | 48.87 | 76.45 | 30.92 | - |
| YUV | 203.21 | 82.73 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 252 | 123 | 0.45 | 0 | 0.51 | 0.01 | 113.02 | 0.96 | 0.74 |
| Hex | 8A | FC | 7B | 2D | 0 | 33 | 1 | 71 | 60 | 4A |
| Octal | 212 | 374 | 173 | 55 | 0 | 63 | 1 | 161 | 140 | 112 |
| Binary | 10001010 | 11111100 | 1111011 | 101101 | 0 | 110011 | 1 | 1110001 | 1100000 | 1001010 |
Color Harmonies of #8AFC7B
Complementary color
Monochromatic Colors of #8AFC7B
Black with #8AFC7B
Text Example
Text Example
White with #8AFC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFC7B; }
p { color: rgb(138,252,123); }
H1.HeaderClassName
{
color: #8AFC7B;
}
.AnyTagClassName
{
color: #8AFC7B;
}
</style>
background-color css
<style>
a { background-color: #8AFC7B; }
a { background-color: rgb(138,252,123); }
div.DivClassName
{
background-color: #8AFC7B;
}
.BgClassName
{
background-color: #8AFC7B;
}
</style>
border-color css
<style>
span { border-color: #8AFC7B; }
span { border-color: rgb(138,252,123); }
td.TdClassName
{
border-color: #8AFC7B;
}
.TagClassName
{
border-color: #8AFC7B;
}
</style>