#7AD890

Color #7AD890 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #7AD890

Tints of De York #7AD890

Color information

#7AD890 (or 0x7AD890) is unknown color: approx De York. HEX triplet: 7A, D8 and 90. RGB value is (122,216,144). Sum of RGB (Red+Green+Blue) = 122+216+144=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD890 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD890 is #85276F. Grayscale: #B3B3B3. Windows color (decimal): -8726384 or 9492602. OLE color: 9492602.

HSL color Cylindrical-coordinate representation of color #7AD890: hue angle of 134.04º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AD890 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB122216144-
CMYK0.4400.330.15
HSL134.04º54.65%66.27%-
HSV(B)134.04º43.52%84.71%-
XYZ37.6255.2635.07-
YUV179.69107.8686.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 25.31%
GREEN value IS 216 (84.77% from 255) = 44.81%
BLUE value IS 144 (56.64% from 255) = 29.88%
R=25.31%
G=44.81%
B=29.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1222161440.4400.330.15134.0454.6566.27
Hex7AD8902C021F863742
Octal172330220540411720667102
Binary1111010110110001001000010110001000011111100001101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AD890; }

 p { color: rgb(122,216,144); }

 H1.HeaderClassName
 {
   color: #7AD890;
 }
 .AnyTagClassName
 {
   color: #7AD890;
 }
</style>
background-color css

<style>
 a { background-color: #7AD890; }

 a { background-color: rgb(122,216,144); }

 div.DivClassName
 {
   background-color: #7AD890;
 }
 .BgClassName
 {
   background-color: #7AD890;
 }
</style>
border-color css

<style>
 span { border-color: #7AD890; }

 span { border-color: rgb(122,216,144); }

 td.TdClassName
 {
   border-color: #7AD890;
 }
 .TagClassName
 {
   border-color: #7AD890;
 }
</style>