Shades of Summer Green #8AC7A5
Tints of Summer Green #8AC7A5
RGB
CMYK
RGB Variations
Color information
#8AC7A5 (or 0x8AC7A5) is known color: Summer Green. HEX triplet: 8A, C7 and A5. RGB value is (138,199,165). Sum of RGB (Red+Green+Blue) = 138+199+165=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 165 (64.84% from 255 or 32.87% from 502); Max value from RGB is 199 - color contains mainly: green. Hex color #8AC7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC7A5 is #75385A. Grayscale: #B0B0B0. Windows color (decimal): -7682139 or 10864522. OLE color: 10864522.
HSL color Cylindrical-coordinate representation of color #8AC7A5: hue angle of 146.56º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AC7A5 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 199 | 165 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.22 |
| HSL | 146.56º | 0.35% | 0.66% | - |
| HSV(B) | 146.56º | 0.31% | 0.78% | - |
| XYZ | 37.7 | 48.97 | 43.06 | - |
| YUV | 176.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 199 | 165 | 0.31 | 0 | 0.17 | 0.22 | 146.56 | 0.35 | 0.66 |
| Hex | 8A | C7 | A5 | 1F | 0 | 11 | 16 | 93 | 23 | 42 |
| Octal | 212 | 307 | 245 | 37 | 0 | 21 | 26 | 223 | 43 | 102 |
| Binary | 10001010 | 11000111 | 10100101 | 11111 | 0 | 10001 | 10110 | 10010011 | 100011 | 1000010 |
Color Harmonies of #8AC7A5
Complementary color
Monochromatic Colors of #8AC7A5
Black with #8AC7A5
Text Example
Text Example
White with #8AC7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC7A5; }
p { color: rgb(138,199,165); }
H1.HeaderClassName
{
color: #8AC7A5;
}
.AnyTagClassName
{
color: #8AC7A5;
}
</style>
background-color css
<style>
a { background-color: #8AC7A5; }
a { background-color: rgb(138,199,165); }
div.DivClassName
{
background-color: #8AC7A5;
}
.BgClassName
{
background-color: #8AC7A5;
}
</style>
border-color css
<style>
span { border-color: #8AC7A5; }
span { border-color: rgb(138,199,165); }
td.TdClassName
{
border-color: #8AC7A5;
}
.TagClassName
{
border-color: #8AC7A5;
}
</style>