Shades of De York #8ACF80
Tints of De York #8ACF80
RGB
CMYK
RGB Variations
Color information
#8ACF80 (or 0x8ACF80) is known color: De York. HEX triplet: 8A, CF and 80. RGB value is (138,207,128). Sum of RGB (Red+Green+Blue) = 138+207+128=473 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.18% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACF80 is #75307F. Grayscale: #B1B1B1. Windows color (decimal): -7680128 or 8441738. OLE color: 8441738.
HSL color Cylindrical-coordinate representation of color #8ACF80: hue angle of 112.41º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ACF80 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 207 | 128 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.19 |
| HSL | 112.41º | 0.45% | 0.66% | - |
| HSV(B) | 112.41º | 0.38% | 0.81% | - |
| XYZ | 36.69 | 51.59 | 28.45 | - |
| YUV | 177.36 | 100.14 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 207 | 128 | 0.33 | 0 | 0.38 | 0.19 | 112.41 | 0.45 | 0.66 |
| Hex | 8A | CF | 80 | 21 | 0 | 26 | 13 | 70 | 2D | 42 |
| Octal | 212 | 317 | 200 | 41 | 0 | 46 | 23 | 160 | 55 | 102 |
| Binary | 10001010 | 11001111 | 10000000 | 100001 | 0 | 100110 | 10011 | 1110000 | 101101 | 1000010 |
Color Harmonies of #8ACF80
Complementary color
Monochromatic Colors of #8ACF80
Black with #8ACF80
Text Example
Text Example
White with #8ACF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACF80; }
p { color: rgb(138,207,128); }
H1.HeaderClassName
{
color: #8ACF80;
}
.AnyTagClassName
{
color: #8ACF80;
}
</style>
background-color css
<style>
a { background-color: #8ACF80; }
a { background-color: rgb(138,207,128); }
div.DivClassName
{
background-color: #8ACF80;
}
.BgClassName
{
background-color: #8ACF80;
}
</style>
border-color css
<style>
span { border-color: #8ACF80; }
span { border-color: rgb(138,207,128); }
td.TdClassName
{
border-color: #8ACF80;
}
.TagClassName
{
border-color: #8ACF80;
}
</style>