Shades of Summer Green #8AB49B
Tints of Summer Green #8AB49B
RGB
CMYK
RGB Variations
Color information
#8AB49B (or 0x8AB49B) is known color: Summer Green. HEX triplet: 8A, B4 and 9B. RGB value is (138,180,155). Sum of RGB (Red+Green+Blue) = 138+180+155=473 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.18% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB49B is #754B64. Grayscale: #A4A4A4. Windows color (decimal): -7687013 or 10204298. OLE color: 10204298.
HSL color Cylindrical-coordinate representation of color #8AB49B: hue angle of 144.29º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8AB49B is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 180 | 155 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.29 |
| HSL | 144.29º | 0.22% | 0.62% | - |
| HSV(B) | 144.29º | 0.23% | 0.71% | - |
| XYZ | 32.72 | 40.41 | 37.09 | - |
| YUV | 164.59 | 122.59 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 180 | 155 | 0.23 | 0 | 0.14 | 0.29 | 144.29 | 0.22 | 0.62 |
| Hex | 8A | B4 | 9B | 17 | 0 | E | 1D | 90 | 16 | 3E |
| Octal | 212 | 264 | 233 | 27 | 0 | 16 | 35 | 220 | 26 | 76 |
| Binary | 10001010 | 10110100 | 10011011 | 10111 | 0 | 1110 | 11101 | 10010000 | 10110 | 111110 |
Color Harmonies of #8AB49B
Complementary color
Monochromatic Colors of #8AB49B
Black with #8AB49B
Text Example
Text Example
White with #8AB49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB49B; }
p { color: rgb(138,180,155); }
H1.HeaderClassName
{
color: #8AB49B;
}
.AnyTagClassName
{
color: #8AB49B;
}
</style>
background-color css
<style>
a { background-color: #8AB49B; }
a { background-color: rgb(138,180,155); }
div.DivClassName
{
background-color: #8AB49B;
}
.BgClassName
{
background-color: #8AB49B;
}
</style>
border-color css
<style>
span { border-color: #8AB49B; }
span { border-color: rgb(138,180,155); }
td.TdClassName
{
border-color: #8AB49B;
}
.TagClassName
{
border-color: #8AB49B;
}
</style>