Shades of Summer Green #8CB39A
Tints of Summer Green #8CB39A
RGB
CMYK
RGB Variations
Color information
#8CB39A (or 0x8CB39A) is known color: Summer Green. HEX triplet: 8C, B3 and 9A. RGB value is (140,179,154). Sum of RGB (Red+Green+Blue) = 140+179+154=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB39A is #734C65. Grayscale: #A4A4A4. Windows color (decimal): -7556198 or 10138508. OLE color: 10138508.
HSL color Cylindrical-coordinate representation of color #8CB39A: hue angle of 141.54º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8CB39A is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 179 | 154 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.30 |
| HSL | 141.54º | 0.2% | 0.63% | - |
| HSV(B) | 141.54º | 0.22% | 0.7% | - |
| XYZ | 32.77 | 40.15 | 36.59 | - |
| YUV | 164.49 | 122.08 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 179 | 154 | 0.22 | 0 | 0.14 | 0.30 | 141.54 | 0.2 | 0.63 |
| Hex | 8C | B3 | 9A | 16 | 0 | E | 1E | 8E | 14 | 3F |
| Octal | 214 | 263 | 232 | 26 | 0 | 16 | 36 | 216 | 24 | 77 |
| Binary | 10001100 | 10110011 | 10011010 | 10110 | 0 | 1110 | 11110 | 10001110 | 10100 | 111111 |
Color Harmonies of #8CB39A
Complementary color
Monochromatic Colors of #8CB39A
Black with #8CB39A
Text Example
Text Example
White with #8CB39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB39A; }
p { color: rgb(140,179,154); }
H1.HeaderClassName
{
color: #8CB39A;
}
.AnyTagClassName
{
color: #8CB39A;
}
</style>
background-color css
<style>
a { background-color: #8CB39A; }
a { background-color: rgb(140,179,154); }
div.DivClassName
{
background-color: #8CB39A;
}
.BgClassName
{
background-color: #8CB39A;
}
</style>
border-color css
<style>
span { border-color: #8CB39A; }
span { border-color: rgb(140,179,154); }
td.TdClassName
{
border-color: #8CB39A;
}
.TagClassName
{
border-color: #8CB39A;
}
</style>