Shades of De York #8ACD8A
Tints of De York #8ACD8A
RGB
CMYK
RGB Variations
Color information
#8ACD8A (or 0x8ACD8A) is known color: De York. HEX triplet: 8A, CD and 8A. RGB value is (138,205,138). Sum of RGB (Red+Green+Blue) = 138+205+138=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACD8A is #753275. Grayscale: #B1B1B1. Windows color (decimal): -7680630 or 9096586. OLE color: 9096586.
HSL color Cylindrical-coordinate representation of color #8ACD8A: hue angle of 120º 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 #8ACD8A is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 138 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.20 |
| HSL | 120º | 0.4% | 0.67% | - |
| HSV(B) | 120º | 0.33% | 0.8% | - |
| XYZ | 36.9 | 50.9 | 31.92 | - |
| YUV | 177.33 | 105.8 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 138 | 0.33 | 0 | 0.33 | 0.20 | 120 | 0.4 | 0.67 |
| Hex | 8A | CD | 8A | 21 | 0 | 21 | 14 | 78 | 28 | 43 |
| Octal | 212 | 315 | 212 | 41 | 0 | 41 | 24 | 170 | 50 | 103 |
| Binary | 10001010 | 11001101 | 10001010 | 100001 | 0 | 100001 | 10100 | 1111000 | 101000 | 1000011 |
Color Harmonies of #8ACD8A
Complementary color
Monochromatic Colors of #8ACD8A
Black with #8ACD8A
Text Example
Text Example
White with #8ACD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACD8A; }
p { color: rgb(138,205,138); }
H1.HeaderClassName
{
color: #8ACD8A;
}
.AnyTagClassName
{
color: #8ACD8A;
}
</style>
background-color css
<style>
a { background-color: #8ACD8A; }
a { background-color: rgb(138,205,138); }
div.DivClassName
{
background-color: #8ACD8A;
}
.BgClassName
{
background-color: #8ACD8A;
}
</style>
border-color css
<style>
span { border-color: #8ACD8A; }
span { border-color: rgb(138,205,138); }
td.TdClassName
{
border-color: #8ACD8A;
}
.TagClassName
{
border-color: #8ACD8A;
}
</style>