Shades of Light Green #8BEBA0
Tints of Light Green #8BEBA0
RGB
CMYK
RGB Variations
Color information
#8BEBA0 (or 0x8BEBA0) is known color: Light Green. HEX triplet: 8B, EB and A0. RGB value is (139,235,160). Sum of RGB (Red+Green+Blue) = 139+235+160=534 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.03% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 235 - color contains mainly: green. Hex color #8BEBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BEBA0 is #74145F. Grayscale: #C5C5C5. Windows color (decimal): -7607392 or 10546059. OLE color: 10546059.
HSL color Cylindrical-coordinate representation of color #8BEBA0: hue angle of 133.12º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BEBA0 is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 235 | 160 | - |
| CMYK | 0.41 | 0 | 0.32 | 0.08 |
| HSL | 133.13º | 0.71% | 0.73% | - |
| HSV(B) | 133.13º | 0.41% | 0.92% | - |
| XYZ | 46.7 | 67.44 | 43.81 | - |
| YUV | 197.75 | 106.7 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 235 | 160 | 0.41 | 0 | 0.32 | 0.08 | 133.13 | 0.71 | 0.73 |
| Hex | 8B | EB | A0 | 29 | 0 | 20 | 8 | 85 | 47 | 49 |
| Octal | 213 | 353 | 240 | 51 | 0 | 40 | 10 | 205 | 107 | 111 |
| Binary | 10001011 | 11101011 | 10100000 | 101001 | 0 | 100000 | 1000 | 10000101 | 1000111 | 1001001 |
Color Harmonies of #8BEBA0
Complementary color
Monochromatic Colors of #8BEBA0
Black with #8BEBA0
Text Example
Text Example
White with #8BEBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEBA0; }
p { color: rgb(139,235,160); }
H1.HeaderClassName
{
color: #8BEBA0;
}
.AnyTagClassName
{
color: #8BEBA0;
}
</style>
background-color css
<style>
a { background-color: #8BEBA0; }
a { background-color: rgb(139,235,160); }
div.DivClassName
{
background-color: #8BEBA0;
}
.BgClassName
{
background-color: #8BEBA0;
}
</style>
border-color css
<style>
span { border-color: #8BEBA0; }
span { border-color: rgb(139,235,160); }
td.TdClassName
{
border-color: #8BEBA0;
}
.TagClassName
{
border-color: #8BEBA0;
}
</style>