Shades of De York #7ACE8A
Tints of De York #7ACE8A
RGB
CMYK
RGB Variations
Color information
#7ACE8A (or 0x7ACE8A) is known color: De York. HEX triplet: 7A, CE and 8A. RGB value is (122,206,138). Sum of RGB (Red+Green+Blue) = 122+206+138=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACE8A is #853175. Grayscale: #ADADAD. Windows color (decimal): -8728950 or 9096826. OLE color: 9096826.
HSL color Cylindrical-coordinate representation of color #7ACE8A: hue angle of 131.43º 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 #7ACE8A is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 138 | - |
| CMYK | 0.41 | 0 | 0.33 | 0.19 |
| HSL | 131.43º | 0.46% | 0.64% | - |
| HSV(B) | 131.43º | 0.41% | 0.81% | - |
| XYZ | 34.68 | 50.12 | 31.89 | - |
| YUV | 173.13 | 108.17 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 138 | 0.41 | 0 | 0.33 | 0.19 | 131.43 | 0.46 | 0.64 |
| Hex | 7A | CE | 8A | 29 | 0 | 21 | 13 | 83 | 2E | 40 |
| Octal | 172 | 316 | 212 | 51 | 0 | 41 | 23 | 203 | 56 | 100 |
| Binary | 1111010 | 11001110 | 10001010 | 101001 | 0 | 100001 | 10011 | 10000011 | 101110 | 1000000 |
Color Harmonies of #7ACE8A
Complementary color
Monochromatic Colors of #7ACE8A
Black with #7ACE8A
Text Example
Text Example
White with #7ACE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACE8A; }
p { color: rgb(122,206,138); }
H1.HeaderClassName
{
color: #7ACE8A;
}
.AnyTagClassName
{
color: #7ACE8A;
}
</style>
background-color css
<style>
a { background-color: #7ACE8A; }
a { background-color: rgb(122,206,138); }
div.DivClassName
{
background-color: #7ACE8A;
}
.BgClassName
{
background-color: #7ACE8A;
}
</style>
border-color css
<style>
span { border-color: #7ACE8A; }
span { border-color: rgb(122,206,138); }
td.TdClassName
{
border-color: #7ACE8A;
}
.TagClassName
{
border-color: #7ACE8A;
}
</style>