Shades of Light Green #8AF07B
Tints of Light Green #8AF07B
RGB
CMYK
RGB Variations
Color information
#8AF07B (or 0x8AF07B) is known color: Light Green. HEX triplet: 8A, F0 and 7B. RGB value is (138,240,123). Sum of RGB (Red+Green+Blue) = 138+240+123=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF07B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF07B is #750F84. Grayscale: #C4C4C4. Windows color (decimal): -7671685 or 8122506. OLE color: 8122506.
HSL color Cylindrical-coordinate representation of color #8AF07B: hue angle of 112.31º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8AF07B is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 123 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.06 |
| HSL | 112.31º | 0.8% | 0.71% | - |
| HSV(B) | 112.31º | 0.49% | 0.94% | - |
| XYZ | 45.22 | 69.15 | 29.7 | - |
| YUV | 196.16 | 86.71 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 123 | 0.42 | 0 | 0.49 | 0.06 | 112.31 | 0.8 | 0.71 |
| Hex | 8A | F0 | 7B | 2A | 0 | 31 | 6 | 70 | 50 | 47 |
| Octal | 212 | 360 | 173 | 52 | 0 | 61 | 6 | 160 | 120 | 107 |
| Binary | 10001010 | 11110000 | 1111011 | 101010 | 0 | 110001 | 110 | 1110000 | 1010000 | 1000111 |
Color Harmonies of #8AF07B
Complementary color
Monochromatic Colors of #8AF07B
Black with #8AF07B
Text Example
Text Example
White with #8AF07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF07B; }
p { color: rgb(138,240,123); }
H1.HeaderClassName
{
color: #8AF07B;
}
.AnyTagClassName
{
color: #8AF07B;
}
</style>
background-color css
<style>
a { background-color: #8AF07B; }
a { background-color: rgb(138,240,123); }
div.DivClassName
{
background-color: #8AF07B;
}
.BgClassName
{
background-color: #8AF07B;
}
</style>
border-color css
<style>
span { border-color: #8AF07B; }
span { border-color: rgb(138,240,123); }
td.TdClassName
{
border-color: #8AF07B;
}
.TagClassName
{
border-color: #8AF07B;
}
</style>