Shades of Summer Green #8ABC94
Tints of Summer Green #8ABC94
RGB
CMYK
RGB Variations
Color information
#8ABC94 (or 0x8ABC94) is known color: Summer Green. HEX triplet: 8A, BC and 94. RGB value is (138,188,148). Sum of RGB (Red+Green+Blue) = 138+188+148=474 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.11% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABC94 is #75436B. Grayscale: #A8A8A8. Windows color (decimal): -7684972 or 9747594. OLE color: 9747594.
HSL color Cylindrical-coordinate representation of color #8ABC94: hue angle of 132º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8ABC94 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 148 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.26 |
| HSL | 132º | 0.27% | 0.64% | - |
| HSV(B) | 132º | 0.27% | 0.74% | - |
| XYZ | 33.81 | 43.51 | 34.63 | - |
| YUV | 168.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 148 | 0.27 | 0 | 0.21 | 0.26 | 132 | 0.27 | 0.64 |
| Hex | 8A | BC | 94 | 1B | 0 | 15 | 1A | 84 | 1B | 40 |
| Octal | 212 | 274 | 224 | 33 | 0 | 25 | 32 | 204 | 33 | 100 |
| Binary | 10001010 | 10111100 | 10010100 | 11011 | 0 | 10101 | 11010 | 10000100 | 11011 | 1000000 |
Color Harmonies of #8ABC94
Complementary color
Monochromatic Colors of #8ABC94
Black with #8ABC94
Text Example
Text Example
White with #8ABC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC94; }
p { color: rgb(138,188,148); }
H1.HeaderClassName
{
color: #8ABC94;
}
.AnyTagClassName
{
color: #8ABC94;
}
</style>
background-color css
<style>
a { background-color: #8ABC94; }
a { background-color: rgb(138,188,148); }
div.DivClassName
{
background-color: #8ABC94;
}
.BgClassName
{
background-color: #8ABC94;
}
</style>
border-color css
<style>
span { border-color: #8ABC94; }
span { border-color: rgb(138,188,148); }
td.TdClassName
{
border-color: #8ABC94;
}
.TagClassName
{
border-color: #8ABC94;
}
</style>