Shades of De York #8ACD8C
Tints of De York #8ACD8C
RGB
CMYK
RGB Variations
Color information
#8ACD8C (or 0x8ACD8C) is known color: De York. HEX triplet: 8A, CD and 8C. RGB value is (138,205,140). Sum of RGB (Red+Green+Blue) = 138+205+140=483 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.57% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACD8C is #753273. Grayscale: #B1B1B1. Windows color (decimal): -7680628 or 9227658. OLE color: 9227658.
HSL color Cylindrical-coordinate representation of color #8ACD8C: hue angle of 121.79º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACD8C is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 140 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.20 |
| HSL | 121.79º | 0.4% | 0.67% | - |
| HSV(B) | 121.79º | 0.33% | 0.8% | - |
| XYZ | 37.05 | 50.96 | 32.69 | - |
| YUV | 177.56 | 106.8 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 140 | 0.33 | 0 | 0.32 | 0.20 | 121.79 | 0.4 | 0.67 |
| Hex | 8A | CD | 8C | 21 | 0 | 20 | 14 | 7A | 28 | 43 |
| Octal | 212 | 315 | 214 | 41 | 0 | 40 | 24 | 172 | 50 | 103 |
| Binary | 10001010 | 11001101 | 10001100 | 100001 | 0 | 100000 | 10100 | 1111010 | 101000 | 1000011 |
Color Harmonies of #8ACD8C
Complementary color
Monochromatic Colors of #8ACD8C
Black with #8ACD8C
Text Example
Text Example
White with #8ACD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACD8C; }
p { color: rgb(138,205,140); }
H1.HeaderClassName
{
color: #8ACD8C;
}
.AnyTagClassName
{
color: #8ACD8C;
}
</style>
background-color css
<style>
a { background-color: #8ACD8C; }
a { background-color: rgb(138,205,140); }
div.DivClassName
{
background-color: #8ACD8C;
}
.BgClassName
{
background-color: #8ACD8C;
}
</style>
border-color css
<style>
span { border-color: #8ACD8C; }
span { border-color: rgb(138,205,140); }
td.TdClassName
{
border-color: #8ACD8C;
}
.TagClassName
{
border-color: #8ACD8C;
}
</style>