Shades of Summer Green #9AAFA1
Tints of Summer Green #9AAFA1
RGB
CMYK
RGB Variations
Color information
#9AAFA1 (or 0x9AAFA1) is known color: Summer Green. HEX triplet: 9A, AF and A1. RGB value is (154,175,161). Sum of RGB (Red+Green+Blue) = 154+175+161=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAFA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAFA1 is #65505E. Grayscale: #A7A7A7. Windows color (decimal): -6639711 or 10596250. OLE color: 10596250.
HSL color Cylindrical-coordinate representation of color #9AAFA1: hue angle of 140º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9AAFA1 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 175 | 161 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.31 |
| HSL | 140º | 0.12% | 0.65% | - |
| HSV(B) | 140º | 0.12% | 0.69% | - |
| XYZ | 35.09 | 40.1 | 39.61 | - |
| YUV | 167.13 | 124.54 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 161 | 0.12 | 0 | 0.08 | 0.31 | 140 | 0.12 | 0.65 |
| Hex | 9A | AF | A1 | C | 0 | 8 | 1F | 8C | C | 41 |
| Octal | 232 | 257 | 241 | 14 | 0 | 10 | 37 | 214 | 14 | 101 |
| Binary | 10011010 | 10101111 | 10100001 | 1100 | 0 | 1000 | 11111 | 10001100 | 1100 | 1000001 |
Color Harmonies of #9AAFA1
Complementary color
Monochromatic Colors of #9AAFA1
Black with #9AAFA1
Text Example
Text Example
White with #9AAFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAFA1; }
p { color: rgb(154,175,161); }
H1.HeaderClassName
{
color: #9AAFA1;
}
.AnyTagClassName
{
color: #9AAFA1;
}
</style>
background-color css
<style>
a { background-color: #9AAFA1; }
a { background-color: rgb(154,175,161); }
div.DivClassName
{
background-color: #9AAFA1;
}
.BgClassName
{
background-color: #9AAFA1;
}
</style>
border-color css
<style>
span { border-color: #9AAFA1; }
span { border-color: rgb(154,175,161); }
td.TdClassName
{
border-color: #9AAFA1;
}
.TagClassName
{
border-color: #9AAFA1;
}
</style>