Shades of Summer Green #9AC0A2
Tints of Summer Green #9AC0A2
RGB
CMYK
RGB Variations
Color information
#9AC0A2 (or 0x9AC0A2) is known color: Summer Green. HEX triplet: 9A, C0 and A2. RGB value is (154,192,162). Sum of RGB (Red+Green+Blue) = 154+192+162=508 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.31% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC0A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC0A2 is #653F5D. Grayscale: #B1B1B1. Windows color (decimal): -6635358 or 10666138. OLE color: 10666138.
HSL color Cylindrical-coordinate representation of color #9AC0A2: hue angle of 132.63º 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 #9AC0A2 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 192 | 162 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.25 |
| HSL | 132.63º | 0.23% | 0.68% | - |
| HSV(B) | 132.63º | 0.2% | 0.75% | - |
| XYZ | 38.7 | 47.18 | 41.25 | - |
| YUV | 177.22 | 119.41 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 162 | 0.20 | 0 | 0.16 | 0.25 | 132.63 | 0.23 | 0.68 |
| Hex | 9A | C0 | A2 | 14 | 0 | 10 | 19 | 85 | 17 | 44 |
| Octal | 232 | 300 | 242 | 24 | 0 | 20 | 31 | 205 | 27 | 104 |
| Binary | 10011010 | 11000000 | 10100010 | 10100 | 0 | 10000 | 11001 | 10000101 | 10111 | 1000100 |
Color Harmonies of #9AC0A2
Complementary color
Monochromatic Colors of #9AC0A2
Black with #9AC0A2
Text Example
Text Example
White with #9AC0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC0A2; }
p { color: rgb(154,192,162); }
H1.HeaderClassName
{
color: #9AC0A2;
}
.AnyTagClassName
{
color: #9AC0A2;
}
</style>
background-color css
<style>
a { background-color: #9AC0A2; }
a { background-color: rgb(154,192,162); }
div.DivClassName
{
background-color: #9AC0A2;
}
.BgClassName
{
background-color: #9AC0A2;
}
</style>
border-color css
<style>
span { border-color: #9AC0A2; }
span { border-color: rgb(154,192,162); }
td.TdClassName
{
border-color: #9AC0A2;
}
.TagClassName
{
border-color: #9AC0A2;
}
</style>