Shades of De York #8ACD8F
Tints of De York #8ACD8F
RGB
CMYK
RGB Variations
Color information
#8ACD8F (or 0x8ACD8F) is known color: De York. HEX triplet: 8A, CD and 8F. RGB value is (138,205,143). Sum of RGB (Red+Green+Blue) = 138+205+143=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACD8F is #753270. Grayscale: #B2B2B2. Windows color (decimal): -7680625 or 9424266. OLE color: 9424266.
HSL color Cylindrical-coordinate representation of color #8ACD8F: hue angle of 124.48º 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 #8ACD8F is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 143 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.20 |
| HSL | 124.48º | 0.4% | 0.67% | - |
| HSV(B) | 124.48º | 0.33% | 0.8% | - |
| XYZ | 37.27 | 51.05 | 33.88 | - |
| YUV | 177.9 | 108.3 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 143 | 0.33 | 0 | 0.30 | 0.20 | 124.48 | 0.4 | 0.67 |
| Hex | 8A | CD | 8F | 21 | 0 | 1E | 14 | 7C | 28 | 43 |
| Octal | 212 | 315 | 217 | 41 | 0 | 36 | 24 | 174 | 50 | 103 |
| Binary | 10001010 | 11001101 | 10001111 | 100001 | 0 | 11110 | 10100 | 1111100 | 101000 | 1000011 |
Color Harmonies of #8ACD8F
Complementary color
Monochromatic Colors of #8ACD8F
Black with #8ACD8F
Text Example
Text Example
White with #8ACD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACD8F; }
p { color: rgb(138,205,143); }
H1.HeaderClassName
{
color: #8ACD8F;
}
.AnyTagClassName
{
color: #8ACD8F;
}
</style>
background-color css
<style>
a { background-color: #8ACD8F; }
a { background-color: rgb(138,205,143); }
div.DivClassName
{
background-color: #8ACD8F;
}
.BgClassName
{
background-color: #8ACD8F;
}
</style>
border-color css
<style>
span { border-color: #8ACD8F; }
span { border-color: rgb(138,205,143); }
td.TdClassName
{
border-color: #8ACD8F;
}
.TagClassName
{
border-color: #8ACD8F;
}
</style>