Shades of Summer Green #8CAB9A
Tints of Summer Green #8CAB9A
RGB
CMYK
RGB Variations
Color information
#8CAB9A (or 0x8CAB9A) is known color: Summer Green. HEX triplet: 8C, AB and 9A. RGB value is (140,171,154). Sum of RGB (Red+Green+Blue) = 140+171+154=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAB9A is #735465. Grayscale: #9F9F9F. Windows color (decimal): -7558246 or 10136460. OLE color: 10136460.
HSL color Cylindrical-coordinate representation of color #8CAB9A: hue angle of 147.1º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8CAB9A is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 171 | 154 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.33 |
| HSL | 147.1º | 0.16% | 0.61% | - |
| HSV(B) | 147.1º | 0.18% | 0.67% | - |
| XYZ | 31.21 | 37.03 | 36.08 | - |
| YUV | 159.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 154 | 0.18 | 0 | 0.10 | 0.33 | 147.1 | 0.16 | 0.61 |
| Hex | 8C | AB | 9A | 12 | 0 | A | 21 | 93 | 10 | 3D |
| Octal | 214 | 253 | 232 | 22 | 0 | 12 | 41 | 223 | 20 | 75 |
| Binary | 10001100 | 10101011 | 10011010 | 10010 | 0 | 1010 | 100001 | 10010011 | 10000 | 111101 |
Color Harmonies of #8CAB9A
Complementary color
Monochromatic Colors of #8CAB9A
Black with #8CAB9A
Text Example
Text Example
White with #8CAB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAB9A; }
p { color: rgb(140,171,154); }
H1.HeaderClassName
{
color: #8CAB9A;
}
.AnyTagClassName
{
color: #8CAB9A;
}
</style>
background-color css
<style>
a { background-color: #8CAB9A; }
a { background-color: rgb(140,171,154); }
div.DivClassName
{
background-color: #8CAB9A;
}
.BgClassName
{
background-color: #8CAB9A;
}
</style>
border-color css
<style>
span { border-color: #8CAB9A; }
span { border-color: rgb(140,171,154); }
td.TdClassName
{
border-color: #8CAB9A;
}
.TagClassName
{
border-color: #8CAB9A;
}
</style>