Shades of De York #7ACC7E
Tints of De York #7ACC7E
RGB
CMYK
RGB Variations
Color information
#7ACC7E (or 0x7ACC7E) is known color: De York. HEX triplet: 7A, CC and 7E. RGB value is (122,204,126). Sum of RGB (Red+Green+Blue) = 122+204+126=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACC7E is #853381. Grayscale: #AAAAAA. Windows color (decimal): -8729474 or 8309882. OLE color: 8309882.
HSL color Cylindrical-coordinate representation of color #7ACC7E: hue angle of 122.93º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACC7E is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 204 | 126 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.2 |
| HSL | 122.93º | 0.45% | 0.64% | - |
| HSV(B) | 122.93º | 0.4% | 0.8% | - |
| XYZ | 33.38 | 48.83 | 27.4 | - |
| YUV | 170.59 | 102.83 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 204 | 126 | 0.40 | 0 | 0.38 | 0.2 | 122.93 | 0.45 | 0.64 |
| Hex | 7A | CC | 7E | 28 | 0 | 26 | 14 | 7B | 2D | 40 |
| Octal | 172 | 314 | 176 | 50 | 0 | 46 | 24 | 173 | 55 | 100 |
| Binary | 1111010 | 11001100 | 1111110 | 101000 | 0 | 100110 | 10100 | 1111011 | 101101 | 1000000 |
Color Harmonies of #7ACC7E
Complementary color
Monochromatic Colors of #7ACC7E
Black with #7ACC7E
Text Example
Text Example
White with #7ACC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACC7E; }
p { color: rgb(122,204,126); }
H1.HeaderClassName
{
color: #7ACC7E;
}
.AnyTagClassName
{
color: #7ACC7E;
}
</style>
background-color css
<style>
a { background-color: #7ACC7E; }
a { background-color: rgb(122,204,126); }
div.DivClassName
{
background-color: #7ACC7E;
}
.BgClassName
{
background-color: #7ACC7E;
}
</style>
border-color css
<style>
span { border-color: #7ACC7E; }
span { border-color: rgb(122,204,126); }
td.TdClassName
{
border-color: #7ACC7E;
}
.TagClassName
{
border-color: #7ACC7E;
}
</style>