Shades of Summer Green #8AC09B
Tints of Summer Green #8AC09B
RGB
CMYK
RGB Variations
Color information
#8AC09B (or 0x8AC09B) is known color: Summer Green. HEX triplet: 8A, C0 and 9B. RGB value is (138,192,155). Sum of RGB (Red+Green+Blue) = 138+192+155=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC09B is #753F64. Grayscale: #ABABAB. Windows color (decimal): -7683941 or 10207370. OLE color: 10207370.
HSL color Cylindrical-coordinate representation of color #8AC09B: hue angle of 138.89º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AC09B is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 155 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.25 |
| HSL | 138.89º | 0.3% | 0.65% | - |
| HSV(B) | 138.89º | 0.28% | 0.75% | - |
| XYZ | 35.25 | 45.47 | 37.93 | - |
| YUV | 171.64 | 118.61 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 155 | 0.28 | 0 | 0.19 | 0.25 | 138.89 | 0.3 | 0.65 |
| Hex | 8A | C0 | 9B | 1C | 0 | 13 | 19 | 8B | 1E | 41 |
| Octal | 212 | 300 | 233 | 34 | 0 | 23 | 31 | 213 | 36 | 101 |
| Binary | 10001010 | 11000000 | 10011011 | 11100 | 0 | 10011 | 11001 | 10001011 | 11110 | 1000001 |
Color Harmonies of #8AC09B
Complementary color
Monochromatic Colors of #8AC09B
Black with #8AC09B
Text Example
Text Example
White with #8AC09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC09B; }
p { color: rgb(138,192,155); }
H1.HeaderClassName
{
color: #8AC09B;
}
.AnyTagClassName
{
color: #8AC09B;
}
</style>
background-color css
<style>
a { background-color: #8AC09B; }
a { background-color: rgb(138,192,155); }
div.DivClassName
{
background-color: #8AC09B;
}
.BgClassName
{
background-color: #8AC09B;
}
</style>
border-color css
<style>
span { border-color: #8AC09B; }
span { border-color: rgb(138,192,155); }
td.TdClassName
{
border-color: #8AC09B;
}
.TagClassName
{
border-color: #8AC09B;
}
</style>