Shades of De York #8AD17B
Tints of De York #8AD17B
RGB
CMYK
RGB Variations
Color information
#8AD17B (or 0x8AD17B) is known color: De York. HEX triplet: 8A, D1 and 7B. RGB value is (138,209,123). Sum of RGB (Red+Green+Blue) = 138+209+123=470 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.36% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD17B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD17B is #752E84. Grayscale: #B2B2B2. Windows color (decimal): -7679621 or 8114570. OLE color: 8114570.
HSL color Cylindrical-coordinate representation of color #8AD17B: hue angle of 109.53º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AD17B is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 209 | 123 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.18 |
| HSL | 109.53º | 0.48% | 0.65% | - |
| HSV(B) | 109.53º | 0.41% | 0.82% | - |
| XYZ | 36.86 | 52.43 | 26.92 | - |
| YUV | 177.97 | 96.98 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 209 | 123 | 0.34 | 0 | 0.41 | 0.18 | 109.53 | 0.48 | 0.65 |
| Hex | 8A | D1 | 7B | 22 | 0 | 29 | 12 | 6E | 30 | 41 |
| Octal | 212 | 321 | 173 | 42 | 0 | 51 | 22 | 156 | 60 | 101 |
| Binary | 10001010 | 11010001 | 1111011 | 100010 | 0 | 101001 | 10010 | 1101110 | 110000 | 1000001 |
Color Harmonies of #8AD17B
Complementary color
Monochromatic Colors of #8AD17B
Black with #8AD17B
Text Example
Text Example
White with #8AD17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD17B; }
p { color: rgb(138,209,123); }
H1.HeaderClassName
{
color: #8AD17B;
}
.AnyTagClassName
{
color: #8AD17B;
}
</style>
background-color css
<style>
a { background-color: #8AD17B; }
a { background-color: rgb(138,209,123); }
div.DivClassName
{
background-color: #8AD17B;
}
.BgClassName
{
background-color: #8AD17B;
}
</style>
border-color css
<style>
span { border-color: #8AD17B; }
span { border-color: rgb(138,209,123); }
td.TdClassName
{
border-color: #8AD17B;
}
.TagClassName
{
border-color: #8AD17B;
}
</style>