Shades of De York #7AD18A
Tints of De York #7AD18A
RGB
CMYK
RGB Variations
Color information
#7AD18A (or 0x7AD18A) is known color: De York. HEX triplet: 7A, D1 and 8A. RGB value is (122,209,138). Sum of RGB (Red+Green+Blue) = 122+209+138=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD18A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD18A is #852E75. Grayscale: #AFAFAF. Windows color (decimal): -8728182 or 9097594. OLE color: 9097594.
HSL color Cylindrical-coordinate representation of color #7AD18A: hue angle of 131.03º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD18A is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 209 | 138 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.18 |
| HSL | 131.03º | 0.49% | 0.65% | - |
| HSV(B) | 131.03º | 0.42% | 0.82% | - |
| XYZ | 35.41 | 51.57 | 32.13 | - |
| YUV | 174.89 | 107.18 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 209 | 138 | 0.42 | 0 | 0.34 | 0.18 | 131.03 | 0.49 | 0.65 |
| Hex | 7A | D1 | 8A | 2A | 0 | 22 | 12 | 83 | 31 | 41 |
| Octal | 172 | 321 | 212 | 52 | 0 | 42 | 22 | 203 | 61 | 101 |
| Binary | 1111010 | 11010001 | 10001010 | 101010 | 0 | 100010 | 10010 | 10000011 | 110001 | 1000001 |
Color Harmonies of #7AD18A
Complementary color
Monochromatic Colors of #7AD18A
Black with #7AD18A
Text Example
Text Example
White with #7AD18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD18A; }
p { color: rgb(122,209,138); }
H1.HeaderClassName
{
color: #7AD18A;
}
.AnyTagClassName
{
color: #7AD18A;
}
</style>
background-color css
<style>
a { background-color: #7AD18A; }
a { background-color: rgb(122,209,138); }
div.DivClassName
{
background-color: #7AD18A;
}
.BgClassName
{
background-color: #7AD18A;
}
</style>
border-color css
<style>
span { border-color: #7AD18A; }
span { border-color: rgb(122,209,138); }
td.TdClassName
{
border-color: #7AD18A;
}
.TagClassName
{
border-color: #7AD18A;
}
</style>