Shades of De York #7ACE8C
Tints of De York #7ACE8C
RGB
CMYK
RGB Variations
Color information
#7ACE8C (or 0x7ACE8C) is known color: De York. HEX triplet: 7A, CE and 8C. RGB value is (122,206,140). Sum of RGB (Red+Green+Blue) = 122+206+140=468 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.07% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACE8C is #853173. Grayscale: #ADADAD. Windows color (decimal): -8728948 or 9227898. OLE color: 9227898.
HSL color Cylindrical-coordinate representation of color #7ACE8C: hue angle of 132.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ACE8C is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 140 | - |
| CMYK | 0.41 | 0 | 0.32 | 0.19 |
| HSL | 132.86º | 0.46% | 0.64% | - |
| HSV(B) | 132.86º | 0.41% | 0.81% | - |
| XYZ | 34.83 | 50.17 | 32.66 | - |
| YUV | 173.36 | 109.17 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 140 | 0.41 | 0 | 0.32 | 0.19 | 132.86 | 0.46 | 0.64 |
| Hex | 7A | CE | 8C | 29 | 0 | 20 | 13 | 85 | 2E | 40 |
| Octal | 172 | 316 | 214 | 51 | 0 | 40 | 23 | 205 | 56 | 100 |
| Binary | 1111010 | 11001110 | 10001100 | 101001 | 0 | 100000 | 10011 | 10000101 | 101110 | 1000000 |
Color Harmonies of #7ACE8C
Complementary color
Monochromatic Colors of #7ACE8C
Black with #7ACE8C
Text Example
Text Example
White with #7ACE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACE8C; }
p { color: rgb(122,206,140); }
H1.HeaderClassName
{
color: #7ACE8C;
}
.AnyTagClassName
{
color: #7ACE8C;
}
</style>
background-color css
<style>
a { background-color: #7ACE8C; }
a { background-color: rgb(122,206,140); }
div.DivClassName
{
background-color: #7ACE8C;
}
.BgClassName
{
background-color: #7ACE8C;
}
</style>
border-color css
<style>
span { border-color: #7ACE8C; }
span { border-color: rgb(122,206,140); }
td.TdClassName
{
border-color: #7ACE8C;
}
.TagClassName
{
border-color: #7ACE8C;
}
</style>