Shades of Summer Green #9AB4A2
Tints of Summer Green #9AB4A2
RGB
CMYK
RGB Variations
Color information
#9AB4A2 (or 0x9AB4A2) is known color: Summer Green. HEX triplet: 9A, B4 and A2. RGB value is (154,180,162). Sum of RGB (Red+Green+Blue) = 154+180+162=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB4A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB4A2 is #654B5D. Grayscale: #AAAAAA. Windows color (decimal): -6638430 or 10663066. OLE color: 10663066.
HSL color Cylindrical-coordinate representation of color #9AB4A2: hue angle of 138.46º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9AB4A2 is Cyan = 0.14, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 180 | 162 | - |
| CMYK | 0.14 | 0 | 0.1 | 0.29 |
| HSL | 138.46º | 0.15% | 0.65% | - |
| HSV(B) | 138.46º | 0.14% | 0.71% | - |
| XYZ | 36.17 | 42.12 | 40.41 | - |
| YUV | 170.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 180 | 162 | 0.14 | 0 | 0.1 | 0.29 | 138.46 | 0.15 | 0.65 |
| Hex | 9A | B4 | A2 | E | 0 | A | 1D | 8A | F | 41 |
| Octal | 232 | 264 | 242 | 16 | 0 | 12 | 35 | 212 | 17 | 101 |
| Binary | 10011010 | 10110100 | 10100010 | 1110 | 0 | 1010 | 11101 | 10001010 | 1111 | 1000001 |
Color Harmonies of #9AB4A2
Complementary color
Monochromatic Colors of #9AB4A2
Black with #9AB4A2
Text Example
Text Example
White with #9AB4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB4A2; }
p { color: rgb(154,180,162); }
H1.HeaderClassName
{
color: #9AB4A2;
}
.AnyTagClassName
{
color: #9AB4A2;
}
</style>
background-color css
<style>
a { background-color: #9AB4A2; }
a { background-color: rgb(154,180,162); }
div.DivClassName
{
background-color: #9AB4A2;
}
.BgClassName
{
background-color: #9AB4A2;
}
</style>
border-color css
<style>
span { border-color: #9AB4A2; }
span { border-color: rgb(154,180,162); }
td.TdClassName
{
border-color: #9AB4A2;
}
.TagClassName
{
border-color: #9AB4A2;
}
</style>