Shades of Summer Green #8ACC9A
Tints of Summer Green #8ACC9A
RGB
CMYK
RGB Variations
Color information
#8ACC9A (or 0x8ACC9A) is known color: Summer Green. HEX triplet: 8A, CC and 9A. RGB value is (138,204,154). Sum of RGB (Red+Green+Blue) = 138+204+154=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACC9A is #753365. Grayscale: #B2B2B2. Windows color (decimal): -7680870 or 10144906. OLE color: 10144906.
HSL color Cylindrical-coordinate representation of color #8ACC9A: hue angle of 134.55º 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 #8ACC9A is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 154 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.2 |
| HSL | 134.55º | 0.39% | 0.67% | - |
| HSV(B) | 134.55º | 0.32% | 0.8% | - |
| XYZ | 37.91 | 50.92 | 38.4 | - |
| YUV | 178.57 | 114.13 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 154 | 0.32 | 0 | 0.25 | 0.2 | 134.55 | 0.39 | 0.67 |
| Hex | 8A | CC | 9A | 20 | 0 | 19 | 14 | 87 | 27 | 43 |
| Octal | 212 | 314 | 232 | 40 | 0 | 31 | 24 | 207 | 47 | 103 |
| Binary | 10001010 | 11001100 | 10011010 | 100000 | 0 | 11001 | 10100 | 10000111 | 100111 | 1000011 |
Color Harmonies of #8ACC9A
Complementary color
Monochromatic Colors of #8ACC9A
Black with #8ACC9A
Text Example
Text Example
White with #8ACC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACC9A; }
p { color: rgb(138,204,154); }
H1.HeaderClassName
{
color: #8ACC9A;
}
.AnyTagClassName
{
color: #8ACC9A;
}
</style>
background-color css
<style>
a { background-color: #8ACC9A; }
a { background-color: rgb(138,204,154); }
div.DivClassName
{
background-color: #8ACC9A;
}
.BgClassName
{
background-color: #8ACC9A;
}
</style>
border-color css
<style>
span { border-color: #8ACC9A; }
span { border-color: rgb(138,204,154); }
td.TdClassName
{
border-color: #8ACC9A;
}
.TagClassName
{
border-color: #8ACC9A;
}
</style>