Shades of Summer Green #8AB298
Tints of Summer Green #8AB298
RGB
CMYK
RGB Variations
Color information
#8AB298 (or 0x8AB298) is known color: Summer Green. HEX triplet: 8A, B2 and 98. RGB value is (138,178,152). Sum of RGB (Red+Green+Blue) = 138+178+152=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AB298 is #754D67. Grayscale: #A3A3A3. Windows color (decimal): -7687528 or 10007178. OLE color: 10007178.
HSL color Cylindrical-coordinate representation of color #8AB298: hue angle of 141º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AB298 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 178 | 152 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.30 |
| HSL | 141º | 0.21% | 0.62% | - |
| HSV(B) | 141º | 0.22% | 0.7% | - |
| XYZ | 32.07 | 39.51 | 35.64 | - |
| YUV | 163.08 | 121.75 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 178 | 152 | 0.22 | 0 | 0.15 | 0.30 | 141 | 0.21 | 0.62 |
| Hex | 8A | B2 | 98 | 16 | 0 | F | 1E | 8D | 15 | 3E |
| Octal | 212 | 262 | 230 | 26 | 0 | 17 | 36 | 215 | 25 | 76 |
| Binary | 10001010 | 10110010 | 10011000 | 10110 | 0 | 1111 | 11110 | 10001101 | 10101 | 111110 |
Color Harmonies of #8AB298
Complementary color
Monochromatic Colors of #8AB298
Black with #8AB298
Text Example
Text Example
White with #8AB298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB298; }
p { color: rgb(138,178,152); }
H1.HeaderClassName
{
color: #8AB298;
}
.AnyTagClassName
{
color: #8AB298;
}
</style>
background-color css
<style>
a { background-color: #8AB298; }
a { background-color: rgb(138,178,152); }
div.DivClassName
{
background-color: #8AB298;
}
.BgClassName
{
background-color: #8AB298;
}
</style>
border-color css
<style>
span { border-color: #8AB298; }
span { border-color: rgb(138,178,152); }
td.TdClassName
{
border-color: #8AB298;
}
.TagClassName
{
border-color: #8AB298;
}
</style>