Shades of Summer Green #8DBD9A
Tints of Summer Green #8DBD9A
RGB
CMYK
RGB Variations
Color information
#8DBD9A (or 0x8DBD9A) is known color: Summer Green. HEX triplet: 8D, BD and 9A. RGB value is (141,189,154). Sum of RGB (Red+Green+Blue) = 141+189+154=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBD9A is #724265. Grayscale: #AAAAAA. Windows color (decimal): -7488102 or 10141069. OLE color: 10141069.
HSL color Cylindrical-coordinate representation of color #8DBD9A: hue angle of 136.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DBD9A is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 189 | 154 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.26 |
| HSL | 136.25º | 0.27% | 0.65% | - |
| HSV(B) | 136.25º | 0.25% | 0.74% | - |
| XYZ | 35.01 | 44.39 | 37.29 | - |
| YUV | 170.66 | 118.6 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 154 | 0.25 | 0 | 0.19 | 0.26 | 136.25 | 0.27 | 0.65 |
| Hex | 8D | BD | 9A | 19 | 0 | 13 | 1A | 88 | 1B | 41 |
| Octal | 215 | 275 | 232 | 31 | 0 | 23 | 32 | 210 | 33 | 101 |
| Binary | 10001101 | 10111101 | 10011010 | 11001 | 0 | 10011 | 11010 | 10001000 | 11011 | 1000001 |
Color Harmonies of #8DBD9A
Complementary color
Monochromatic Colors of #8DBD9A
Black with #8DBD9A
Text Example
Text Example
White with #8DBD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBD9A; }
p { color: rgb(141,189,154); }
H1.HeaderClassName
{
color: #8DBD9A;
}
.AnyTagClassName
{
color: #8DBD9A;
}
</style>
background-color css
<style>
a { background-color: #8DBD9A; }
a { background-color: rgb(141,189,154); }
div.DivClassName
{
background-color: #8DBD9A;
}
.BgClassName
{
background-color: #8DBD9A;
}
</style>
border-color css
<style>
span { border-color: #8DBD9A; }
span { border-color: rgb(141,189,154); }
td.TdClassName
{
border-color: #8DBD9A;
}
.TagClassName
{
border-color: #8DBD9A;
}
</style>