Shades of De York #8AD280
Tints of De York #8AD280
RGB
CMYK
RGB Variations
Color information
#8AD280 (or 0x8AD280) is known color: De York. HEX triplet: 8A, D2 and 80. RGB value is (138,210,128). Sum of RGB (Red+Green+Blue) = 138+210+128=476 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.99% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD280 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD280 is #752D7F. Grayscale: #B3B3B3. Windows color (decimal): -7679360 or 8442506. OLE color: 8442506.
HSL color Cylindrical-coordinate representation of color #8AD280: hue angle of 112.68º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AD280 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 128 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.18 |
| HSL | 112.68º | 0.48% | 0.66% | - |
| HSV(B) | 112.68º | 0.39% | 0.82% | - |
| XYZ | 37.42 | 53.05 | 28.69 | - |
| YUV | 179.12 | 99.15 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 128 | 0.34 | 0 | 0.39 | 0.18 | 112.68 | 0.48 | 0.66 |
| Hex | 8A | D2 | 80 | 22 | 0 | 27 | 12 | 71 | 30 | 42 |
| Octal | 212 | 322 | 200 | 42 | 0 | 47 | 22 | 161 | 60 | 102 |
| Binary | 10001010 | 11010010 | 10000000 | 100010 | 0 | 100111 | 10010 | 1110001 | 110000 | 1000010 |
Color Harmonies of #8AD280
Complementary color
Monochromatic Colors of #8AD280
Black with #8AD280
Text Example
Text Example
White with #8AD280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD280; }
p { color: rgb(138,210,128); }
H1.HeaderClassName
{
color: #8AD280;
}
.AnyTagClassName
{
color: #8AD280;
}
</style>
background-color css
<style>
a { background-color: #8AD280; }
a { background-color: rgb(138,210,128); }
div.DivClassName
{
background-color: #8AD280;
}
.BgClassName
{
background-color: #8AD280;
}
</style>
border-color css
<style>
span { border-color: #8AD280; }
span { border-color: rgb(138,210,128); }
td.TdClassName
{
border-color: #8AD280;
}
.TagClassName
{
border-color: #8AD280;
}
</style>