Shades of Summer Green #8ACCA0
Tints of Summer Green #8ACCA0
RGB
CMYK
RGB Variations
Color information
#8ACCA0 (or 0x8ACCA0) is known color: Summer Green. HEX triplet: 8A, CC and A0. RGB value is (138,204,160). Sum of RGB (Red+Green+Blue) = 138+204+160=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACCA0 is #75335F. Grayscale: #B3B3B3. Windows color (decimal): -7680864 or 10538122. OLE color: 10538122.
HSL color Cylindrical-coordinate representation of color #8ACCA0: hue angle of 140º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACCA0 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 160 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.2 |
| HSL | 140º | 0.39% | 0.67% | - |
| HSV(B) | 140º | 0.32% | 0.8% | - |
| XYZ | 38.42 | 51.13 | 41.1 | - |
| YUV | 179.25 | 117.13 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 160 | 0.32 | 0 | 0.22 | 0.2 | 140 | 0.39 | 0.67 |
| Hex | 8A | CC | A0 | 20 | 0 | 16 | 14 | 8C | 27 | 43 |
| Octal | 212 | 314 | 240 | 40 | 0 | 26 | 24 | 214 | 47 | 103 |
| Binary | 10001010 | 11001100 | 10100000 | 100000 | 0 | 10110 | 10100 | 10001100 | 100111 | 1000011 |
Color Harmonies of #8ACCA0
Complementary color
Monochromatic Colors of #8ACCA0
Black with #8ACCA0
Text Example
Text Example
White with #8ACCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACCA0; }
p { color: rgb(138,204,160); }
H1.HeaderClassName
{
color: #8ACCA0;
}
.AnyTagClassName
{
color: #8ACCA0;
}
</style>
background-color css
<style>
a { background-color: #8ACCA0; }
a { background-color: rgb(138,204,160); }
div.DivClassName
{
background-color: #8ACCA0;
}
.BgClassName
{
background-color: #8ACCA0;
}
</style>
border-color css
<style>
span { border-color: #8ACCA0; }
span { border-color: rgb(138,204,160); }
td.TdClassName
{
border-color: #8ACCA0;
}
.TagClassName
{
border-color: #8ACCA0;
}
</style>