Shades of Light Green #8BEEA0
Tints of Light Green #8BEEA0
RGB
CMYK
RGB Variations
Color information
#8BEEA0 (or 0x8BEEA0) is known color: Light Green. HEX triplet: 8B, EE and A0. RGB value is (139,238,160). Sum of RGB (Red+Green+Blue) = 139+238+160=537 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.88% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #8BEEA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BEEA0 is #74115F. Grayscale: #C7C7C7. Windows color (decimal): -7606624 or 10546827. OLE color: 10546827.
HSL color Cylindrical-coordinate representation of color #8BEEA0: hue angle of 132.73º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BEEA0 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 238 | 160 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.07 |
| HSL | 132.73º | 0.74% | 0.74% | - |
| HSV(B) | 132.73º | 0.42% | 0.93% | - |
| XYZ | 47.57 | 69.18 | 44.1 | - |
| YUV | 199.51 | 105.7 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 238 | 160 | 0.42 | 0 | 0.33 | 0.07 | 132.73 | 0.74 | 0.74 |
| Hex | 8B | EE | A0 | 2A | 0 | 21 | 7 | 85 | 4A | 4A |
| Octal | 213 | 356 | 240 | 52 | 0 | 41 | 7 | 205 | 112 | 112 |
| Binary | 10001011 | 11101110 | 10100000 | 101010 | 0 | 100001 | 111 | 10000101 | 1001010 | 1001010 |
Color Harmonies of #8BEEA0
Complementary color
Monochromatic Colors of #8BEEA0
Black with #8BEEA0
Text Example
Text Example
White with #8BEEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEEA0; }
p { color: rgb(139,238,160); }
H1.HeaderClassName
{
color: #8BEEA0;
}
.AnyTagClassName
{
color: #8BEEA0;
}
</style>
background-color css
<style>
a { background-color: #8BEEA0; }
a { background-color: rgb(139,238,160); }
div.DivClassName
{
background-color: #8BEEA0;
}
.BgClassName
{
background-color: #8BEEA0;
}
</style>
border-color css
<style>
span { border-color: #8BEEA0; }
span { border-color: rgb(139,238,160); }
td.TdClassName
{
border-color: #8BEEA0;
}
.TagClassName
{
border-color: #8BEEA0;
}
</style>