Shades of Summer Green #8DAF9A
Tints of Summer Green #8DAF9A
RGB
CMYK
RGB Variations
Color information
#8DAF9A (or 0x8DAF9A) is known color: Summer Green. HEX triplet: 8D, AF and 9A. RGB value is (141,175,154). Sum of RGB (Red+Green+Blue) = 141+175+154=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAF9A is #725065. Grayscale: #A2A2A2. Windows color (decimal): -7491686 or 10137485. OLE color: 10137485.
HSL color Cylindrical-coordinate representation of color #8DAF9A: hue angle of 142.94º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8DAF9A is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 175 | 154 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.31 |
| HSL | 142.94º | 0.18% | 0.62% | - |
| HSV(B) | 142.94º | 0.19% | 0.69% | - |
| XYZ | 32.15 | 38.66 | 36.34 | - |
| YUV | 162.44 | 123.24 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 175 | 154 | 0.19 | 0 | 0.12 | 0.31 | 142.94 | 0.18 | 0.62 |
| Hex | 8D | AF | 9A | 13 | 0 | C | 1F | 8F | 12 | 3E |
| Octal | 215 | 257 | 232 | 23 | 0 | 14 | 37 | 217 | 22 | 76 |
| Binary | 10001101 | 10101111 | 10011010 | 10011 | 0 | 1100 | 11111 | 10001111 | 10010 | 111110 |
Color Harmonies of #8DAF9A
Complementary color
Monochromatic Colors of #8DAF9A
Black with #8DAF9A
Text Example
Text Example
White with #8DAF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAF9A; }
p { color: rgb(141,175,154); }
H1.HeaderClassName
{
color: #8DAF9A;
}
.AnyTagClassName
{
color: #8DAF9A;
}
</style>
background-color css
<style>
a { background-color: #8DAF9A; }
a { background-color: rgb(141,175,154); }
div.DivClassName
{
background-color: #8DAF9A;
}
.BgClassName
{
background-color: #8DAF9A;
}
</style>
border-color css
<style>
span { border-color: #8DAF9A; }
span { border-color: rgb(141,175,154); }
td.TdClassName
{
border-color: #8DAF9A;
}
.TagClassName
{
border-color: #8DAF9A;
}
</style>