Shades of De York #7ACE7E
Tints of De York #7ACE7E
RGB
CMYK
RGB Variations
Color information
#7ACE7E (or 0x7ACE7E) is known color: De York. HEX triplet: 7A, CE and 7E. RGB value is (122,206,126). Sum of RGB (Red+Green+Blue) = 122+206+126=454 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.87% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACE7E is #853181. Grayscale: #ACACAC. Windows color (decimal): -8728962 or 8310394. OLE color: 8310394.
HSL color Cylindrical-coordinate representation of color #7ACE7E: hue angle of 122.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 #7ACE7E is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 126 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.19 |
| HSL | 122.86º | 0.46% | 0.64% | - |
| HSV(B) | 122.86º | 0.41% | 0.81% | - |
| XYZ | 33.86 | 49.79 | 27.56 | - |
| YUV | 171.76 | 102.17 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 126 | 0.41 | 0 | 0.39 | 0.19 | 122.86 | 0.46 | 0.64 |
| Hex | 7A | CE | 7E | 29 | 0 | 27 | 13 | 7B | 2E | 40 |
| Octal | 172 | 316 | 176 | 51 | 0 | 47 | 23 | 173 | 56 | 100 |
| Binary | 1111010 | 11001110 | 1111110 | 101001 | 0 | 100111 | 10011 | 1111011 | 101110 | 1000000 |
Color Harmonies of #7ACE7E
Complementary color
Monochromatic Colors of #7ACE7E
Black with #7ACE7E
Text Example
Text Example
White with #7ACE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACE7E; }
p { color: rgb(122,206,126); }
H1.HeaderClassName
{
color: #7ACE7E;
}
.AnyTagClassName
{
color: #7ACE7E;
}
</style>
background-color css
<style>
a { background-color: #7ACE7E; }
a { background-color: rgb(122,206,126); }
div.DivClassName
{
background-color: #7ACE7E;
}
.BgClassName
{
background-color: #7ACE7E;
}
</style>
border-color css
<style>
span { border-color: #7ACE7E; }
span { border-color: rgb(122,206,126); }
td.TdClassName
{
border-color: #7ACE7E;
}
.TagClassName
{
border-color: #7ACE7E;
}
</style>