Shades of Summer Green #8CAE9A
Tints of Summer Green #8CAE9A
RGB
CMYK
RGB Variations
Color information
#8CAE9A (or 0x8CAE9A) is known color: Summer Green. HEX triplet: 8C, AE and 9A. RGB value is (140,174,154). Sum of RGB (Red+Green+Blue) = 140+174+154=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAE9A is #735165. Grayscale: #A1A1A1. Windows color (decimal): -7557478 or 10137228. OLE color: 10137228.
HSL color Cylindrical-coordinate representation of color #8CAE9A: hue angle of 144.71º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CAE9A is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 174 | 154 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.32 |
| HSL | 144.71º | 0.17% | 0.62% | - |
| HSV(B) | 144.71º | 0.2% | 0.68% | - |
| XYZ | 31.78 | 38.18 | 36.27 | - |
| YUV | 161.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 174 | 154 | 0.20 | 0 | 0.11 | 0.32 | 144.71 | 0.17 | 0.62 |
| Hex | 8C | AE | 9A | 14 | 0 | B | 20 | 91 | 11 | 3E |
| Octal | 214 | 256 | 232 | 24 | 0 | 13 | 40 | 221 | 21 | 76 |
| Binary | 10001100 | 10101110 | 10011010 | 10100 | 0 | 1011 | 100000 | 10010001 | 10001 | 111110 |
Color Harmonies of #8CAE9A
Complementary color
Monochromatic Colors of #8CAE9A
Black with #8CAE9A
Text Example
Text Example
White with #8CAE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAE9A; }
p { color: rgb(140,174,154); }
H1.HeaderClassName
{
color: #8CAE9A;
}
.AnyTagClassName
{
color: #8CAE9A;
}
</style>
background-color css
<style>
a { background-color: #8CAE9A; }
a { background-color: rgb(140,174,154); }
div.DivClassName
{
background-color: #8CAE9A;
}
.BgClassName
{
background-color: #8CAE9A;
}
</style>
border-color css
<style>
span { border-color: #8CAE9A; }
span { border-color: rgb(140,174,154); }
td.TdClassName
{
border-color: #8CAE9A;
}
.TagClassName
{
border-color: #8CAE9A;
}
</style>