Shades of Summer Green #8CAD99
Tints of Summer Green #8CAD99
RGB
CMYK
RGB Variations
Color information
#8CAD99 (or 0x8CAD99) is known color: Summer Green. HEX triplet: 8C, AD and 99. RGB value is (140,173,153). Sum of RGB (Red+Green+Blue) = 140+173+153=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAD99 is #735266. Grayscale: #A0A0A0. Windows color (decimal): -7557735 or 10071436. OLE color: 10071436.
HSL color Cylindrical-coordinate representation of color #8CAD99: hue angle of 143.64º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8CAD99 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
RGB | 140 | 173 | 153 | - |
CMYK | 0.19 | 0 | 0.12 | 0.32 |
HSL | 143.64º | 0.17% | 0.61% | - |
HSV(B) | 143.64º | 0.19% | 0.68% | - |
XYZ | 31.51 | 37.76 | 35.77 | - |
YUV | 160.85 | 123.57 | 113.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 173 | 153 | 0.19 | 0 | 0.12 | 0.32 | 143.64 | 0.17 | 0.61 |
Hex | 8C | AD | 99 | 13 | 0 | C | 20 | 90 | 11 | 3D |
Octal | 214 | 255 | 231 | 23 | 0 | 14 | 40 | 220 | 21 | 75 |
Binary | 10001100 | 10101101 | 10011001 | 10011 | 0 | 1100 | 100000 | 10010000 | 10001 | 111101 |
Color Harmonies of #8CAD99
Complementary color
Monochromatic Colors of #8CAD99
Black with #8CAD99
Text Example
Text Example
White with #8CAD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAD99; }
p { color: rgb(140,173,153); }
H1.HeaderClassName
{
color: #8CAD99;
}
.AnyTagClassName
{
color: #8CAD99;
}
</style>
background-color css
<style>
a { background-color: #8CAD99; }
a { background-color: rgb(140,173,153); }
div.DivClassName
{
background-color: #8CAD99;
}
.BgClassName
{
background-color: #8CAD99;
}
</style>
border-color css
<style>
span { border-color: #8CAD99; }
span { border-color: rgb(140,173,153); }
td.TdClassName
{
border-color: #8CAD99;
}
.TagClassName
{
border-color: #8CAD99;
}
</style>