Shades of Summer Green #8AB194
Tints of Summer Green #8AB194
RGB
CMYK
RGB Variations
Color information
#8AB194 (or 0x8AB194) is known color: Summer Green. HEX triplet: 8A, B1 and 94. RGB value is (138,177,148). Sum of RGB (Red+Green+Blue) = 138+177+148=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AB194 is #754E6B. Grayscale: #A2A2A2. Windows color (decimal): -7687788 or 9744778. OLE color: 9744778.
HSL color Cylindrical-coordinate representation of color #8AB194: hue angle of 135.38º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AB194 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 177 | 148 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.31 |
| HSL | 135.38º | 0.2% | 0.62% | - |
| HSV(B) | 135.38º | 0.22% | 0.69% | - |
| XYZ | 31.55 | 38.99 | 33.88 | - |
| YUV | 162.03 | 120.08 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 177 | 148 | 0.22 | 0 | 0.16 | 0.31 | 135.38 | 0.2 | 0.62 |
| Hex | 8A | B1 | 94 | 16 | 0 | 10 | 1F | 87 | 14 | 3E |
| Octal | 212 | 261 | 224 | 26 | 0 | 20 | 37 | 207 | 24 | 76 |
| Binary | 10001010 | 10110001 | 10010100 | 10110 | 0 | 10000 | 11111 | 10000111 | 10100 | 111110 |
Color Harmonies of #8AB194
Complementary color
Monochromatic Colors of #8AB194
Black with #8AB194
Text Example
Text Example
White with #8AB194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB194; }
p { color: rgb(138,177,148); }
H1.HeaderClassName
{
color: #8AB194;
}
.AnyTagClassName
{
color: #8AB194;
}
</style>
background-color css
<style>
a { background-color: #8AB194; }
a { background-color: rgb(138,177,148); }
div.DivClassName
{
background-color: #8AB194;
}
.BgClassName
{
background-color: #8AB194;
}
</style>
border-color css
<style>
span { border-color: #8AB194; }
span { border-color: rgb(138,177,148); }
td.TdClassName
{
border-color: #8AB194;
}
.TagClassName
{
border-color: #8AB194;
}
</style>