Shades of Summer Green #9AC0A8
Tints of Summer Green #9AC0A8
RGB
CMYK
RGB Variations
Color information
#9AC0A8 (or 0x9AC0A8) is known color: Summer Green. HEX triplet: 9A, C0 and A8. RGB value is (154,192,168). Sum of RGB (Red+Green+Blue) = 154+192+168=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC0A8 is #653F57. Grayscale: #B1B1B1. Windows color (decimal): -6635352 or 11059354. OLE color: 11059354.
HSL color Cylindrical-coordinate representation of color #9AC0A8: hue angle of 142.11º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9AC0A8 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 192 | 168 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.25 |
| HSL | 142.11º | 0.23% | 0.68% | - |
| HSV(B) | 142.11º | 0.2% | 0.75% | - |
| XYZ | 39.24 | 47.4 | 44.13 | - |
| YUV | 177.9 | 122.41 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 168 | 0.20 | 0 | 0.12 | 0.25 | 142.11 | 0.23 | 0.68 |
| Hex | 9A | C0 | A8 | 14 | 0 | C | 19 | 8E | 17 | 44 |
| Octal | 232 | 300 | 250 | 24 | 0 | 14 | 31 | 216 | 27 | 104 |
| Binary | 10011010 | 11000000 | 10101000 | 10100 | 0 | 1100 | 11001 | 10001110 | 10111 | 1000100 |
Color Harmonies of #9AC0A8
Complementary color
Monochromatic Colors of #9AC0A8
Black with #9AC0A8
Text Example
Text Example
White with #9AC0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC0A8; }
p { color: rgb(154,192,168); }
H1.HeaderClassName
{
color: #9AC0A8;
}
.AnyTagClassName
{
color: #9AC0A8;
}
</style>
background-color css
<style>
a { background-color: #9AC0A8; }
a { background-color: rgb(154,192,168); }
div.DivClassName
{
background-color: #9AC0A8;
}
.BgClassName
{
background-color: #9AC0A8;
}
</style>
border-color css
<style>
span { border-color: #9AC0A8; }
span { border-color: rgb(154,192,168); }
td.TdClassName
{
border-color: #9AC0A8;
}
.TagClassName
{
border-color: #9AC0A8;
}
</style>