Shades of De York #7ACE7F
Tints of De York #7ACE7F
RGB
CMYK
RGB Variations
Color information
#7ACE7F (or 0x7ACE7F) is known color: De York. HEX triplet: 7A, CE and 7F. RGB value is (122,206,127). Sum of RGB (Red+Green+Blue) = 122+206+127=455 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.81% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACE7F is #853180. Grayscale: #ACACAC. Windows color (decimal): -8728961 or 8375930. OLE color: 8375930.
HSL color Cylindrical-coordinate representation of color #7ACE7F: hue angle of 123.57º 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 #7ACE7F is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 127 | - |
| CMYK | 0.41 | 0 | 0.38 | 0.19 |
| HSL | 123.57º | 0.46% | 0.64% | - |
| HSV(B) | 123.57º | 0.41% | 0.81% | - |
| XYZ | 33.93 | 49.81 | 27.91 | - |
| YUV | 171.88 | 102.67 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 127 | 0.41 | 0 | 0.38 | 0.19 | 123.57 | 0.46 | 0.64 |
| Hex | 7A | CE | 7F | 29 | 0 | 26 | 13 | 7C | 2E | 40 |
| Octal | 172 | 316 | 177 | 51 | 0 | 46 | 23 | 174 | 56 | 100 |
| Binary | 1111010 | 11001110 | 1111111 | 101001 | 0 | 100110 | 10011 | 1111100 | 101110 | 1000000 |
Color Harmonies of #7ACE7F
Complementary color
Monochromatic Colors of #7ACE7F
Black with #7ACE7F
Text Example
Text Example
White with #7ACE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACE7F; }
p { color: rgb(122,206,127); }
H1.HeaderClassName
{
color: #7ACE7F;
}
.AnyTagClassName
{
color: #7ACE7F;
}
</style>
background-color css
<style>
a { background-color: #7ACE7F; }
a { background-color: rgb(122,206,127); }
div.DivClassName
{
background-color: #7ACE7F;
}
.BgClassName
{
background-color: #7ACE7F;
}
</style>
border-color css
<style>
span { border-color: #7ACE7F; }
span { border-color: rgb(122,206,127); }
td.TdClassName
{
border-color: #7ACE7F;
}
.TagClassName
{
border-color: #7ACE7F;
}
</style>