Shades of Summer Green #9AB0A1
Tints of Summer Green #9AB0A1
RGB
CMYK
RGB Variations
Color information
#9AB0A1 (or 0x9AB0A1) is known color: Summer Green. HEX triplet: 9A, B0 and A1. RGB value is (154,176,161). Sum of RGB (Red+Green+Blue) = 154+176+161=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB0A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB0A1 is #654F5E. Grayscale: #A7A7A7. Windows color (decimal): -6639455 or 10596506. OLE color: 10596506.
HSL color Cylindrical-coordinate representation of color #9AB0A1: hue angle of 139.09º 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 #9AB0A1 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 176 | 161 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.31 |
| HSL | 139.09º | 0.12% | 0.65% | - |
| HSV(B) | 139.09º | 0.13% | 0.69% | - |
| XYZ | 35.28 | 40.49 | 39.67 | - |
| YUV | 167.71 | 124.21 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 176 | 161 | 0.12 | 0 | 0.09 | 0.31 | 139.09 | 0.12 | 0.65 |
| Hex | 9A | B0 | A1 | C | 0 | 9 | 1F | 8B | C | 41 |
| Octal | 232 | 260 | 241 | 14 | 0 | 11 | 37 | 213 | 14 | 101 |
| Binary | 10011010 | 10110000 | 10100001 | 1100 | 0 | 1001 | 11111 | 10001011 | 1100 | 1000001 |
Color Harmonies of #9AB0A1
Complementary color
Monochromatic Colors of #9AB0A1
Black with #9AB0A1
Text Example
Text Example
White with #9AB0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB0A1; }
p { color: rgb(154,176,161); }
H1.HeaderClassName
{
color: #9AB0A1;
}
.AnyTagClassName
{
color: #9AB0A1;
}
</style>
background-color css
<style>
a { background-color: #9AB0A1; }
a { background-color: rgb(154,176,161); }
div.DivClassName
{
background-color: #9AB0A1;
}
.BgClassName
{
background-color: #9AB0A1;
}
</style>
border-color css
<style>
span { border-color: #9AB0A1; }
span { border-color: rgb(154,176,161); }
td.TdClassName
{
border-color: #9AB0A1;
}
.TagClassName
{
border-color: #9AB0A1;
}
</style>