Shades of Summer Green #8AC095
Tints of Summer Green #8AC095
RGB
CMYK
RGB Variations
Color information
#8AC095 (or 0x8AC095) is known color: Summer Green. HEX triplet: 8A, C0 and 95. RGB value is (138,192,149). Sum of RGB (Red+Green+Blue) = 138+192+149=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC095 is #753F6A. Grayscale: #ABABAB. Windows color (decimal): -7683947 or 9814154. OLE color: 9814154.
HSL color Cylindrical-coordinate representation of color #8AC095: hue angle of 132.22º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AC095 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 149 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.25 |
| HSL | 132.22º | 0.3% | 0.65% | - |
| HSV(B) | 132.22º | 0.28% | 0.75% | - |
| XYZ | 34.76 | 45.27 | 35.34 | - |
| YUV | 170.95 | 115.61 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 149 | 0.28 | 0 | 0.22 | 0.25 | 132.22 | 0.3 | 0.65 |
| Hex | 8A | C0 | 95 | 1C | 0 | 16 | 19 | 84 | 1E | 41 |
| Octal | 212 | 300 | 225 | 34 | 0 | 26 | 31 | 204 | 36 | 101 |
| Binary | 10001010 | 11000000 | 10010101 | 11100 | 0 | 10110 | 11001 | 10000100 | 11110 | 1000001 |
Color Harmonies of #8AC095
Complementary color
Monochromatic Colors of #8AC095
Black with #8AC095
Text Example
Text Example
White with #8AC095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC095; }
p { color: rgb(138,192,149); }
H1.HeaderClassName
{
color: #8AC095;
}
.AnyTagClassName
{
color: #8AC095;
}
</style>
background-color css
<style>
a { background-color: #8AC095; }
a { background-color: rgb(138,192,149); }
div.DivClassName
{
background-color: #8AC095;
}
.BgClassName
{
background-color: #8AC095;
}
</style>
border-color css
<style>
span { border-color: #8AC095; }
span { border-color: rgb(138,192,149); }
td.TdClassName
{
border-color: #8AC095;
}
.TagClassName
{
border-color: #8AC095;
}
</style>