Shades of Summer Green #8ACDA0
Tints of Summer Green #8ACDA0
RGB
CMYK
RGB Variations
Color information
#8ACDA0 (or 0x8ACDA0) is known color: Summer Green. HEX triplet: 8A, CD and A0. RGB value is (138,205,160). Sum of RGB (Red+Green+Blue) = 138+205+160=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACDA0 is #75325F. Grayscale: #B3B3B3. Windows color (decimal): -7680608 or 10538378. OLE color: 10538378.
HSL color Cylindrical-coordinate representation of color #8ACDA0: hue angle of 139.7º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACDA0 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 160 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.20 |
| HSL | 139.7º | 0.4% | 0.67% | - |
| HSV(B) | 139.7º | 0.33% | 0.8% | - |
| XYZ | 38.66 | 51.6 | 41.18 | - |
| YUV | 179.84 | 116.8 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 160 | 0.33 | 0 | 0.22 | 0.20 | 139.7 | 0.4 | 0.67 |
| Hex | 8A | CD | A0 | 21 | 0 | 16 | 14 | 8C | 28 | 43 |
| Octal | 212 | 315 | 240 | 41 | 0 | 26 | 24 | 214 | 50 | 103 |
| Binary | 10001010 | 11001101 | 10100000 | 100001 | 0 | 10110 | 10100 | 10001100 | 101000 | 1000011 |
Color Harmonies of #8ACDA0
Complementary color
Monochromatic Colors of #8ACDA0
Black with #8ACDA0
Text Example
Text Example
White with #8ACDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACDA0; }
p { color: rgb(138,205,160); }
H1.HeaderClassName
{
color: #8ACDA0;
}
.AnyTagClassName
{
color: #8ACDA0;
}
</style>
background-color css
<style>
a { background-color: #8ACDA0; }
a { background-color: rgb(138,205,160); }
div.DivClassName
{
background-color: #8ACDA0;
}
.BgClassName
{
background-color: #8ACDA0;
}
</style>
border-color css
<style>
span { border-color: #8ACDA0; }
span { border-color: rgb(138,205,160); }
td.TdClassName
{
border-color: #8ACDA0;
}
.TagClassName
{
border-color: #8ACDA0;
}
</style>