Shades of De York #8ACC7E
Tints of De York #8ACC7E
RGB
CMYK
RGB Variations
Color information
#8ACC7E (or 0x8ACC7E) is known color: De York. HEX triplet: 8A, CC and 7E. RGB value is (138,204,126). Sum of RGB (Red+Green+Blue) = 138+204+126=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACC7E is #753381. Grayscale: #AFAFAF. Windows color (decimal): -7680898 or 8309898. OLE color: 8309898.
HSL color Cylindrical-coordinate representation of color #8ACC7E: hue angle of 110.77º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ACC7E is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 126 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.2 |
| HSL | 110.77º | 0.43% | 0.65% | - |
| HSV(B) | 110.77º | 0.38% | 0.8% | - |
| XYZ | 35.84 | 50.1 | 27.52 | - |
| YUV | 175.37 | 100.13 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 126 | 0.32 | 0 | 0.38 | 0.2 | 110.77 | 0.43 | 0.65 |
| Hex | 8A | CC | 7E | 20 | 0 | 26 | 14 | 6F | 2B | 41 |
| Octal | 212 | 314 | 176 | 40 | 0 | 46 | 24 | 157 | 53 | 101 |
| Binary | 10001010 | 11001100 | 1111110 | 100000 | 0 | 100110 | 10100 | 1101111 | 101011 | 1000001 |
Color Harmonies of #8ACC7E
Complementary color
Monochromatic Colors of #8ACC7E
Black with #8ACC7E
Text Example
Text Example
White with #8ACC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACC7E; }
p { color: rgb(138,204,126); }
H1.HeaderClassName
{
color: #8ACC7E;
}
.AnyTagClassName
{
color: #8ACC7E;
}
</style>
background-color css
<style>
a { background-color: #8ACC7E; }
a { background-color: rgb(138,204,126); }
div.DivClassName
{
background-color: #8ACC7E;
}
.BgClassName
{
background-color: #8ACC7E;
}
</style>
border-color css
<style>
span { border-color: #8ACC7E; }
span { border-color: rgb(138,204,126); }
td.TdClassName
{
border-color: #8ACC7E;
}
.TagClassName
{
border-color: #8ACC7E;
}
</style>