#7AD990

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

Shades of De York #7AD990

Tints of De York #7AD990

Color information

#7AD990 (or 0x7AD990) is unknown color: approx De York. HEX triplet: 7A, D9 and 90. RGB value is (122,217,144). Sum of RGB (Red+Green+Blue) = 122+217+144=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD990 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD990 is #85266F. Grayscale: #B4B4B4. Windows color (decimal): -8726128 or 9492858. OLE color: 9492858.

HSL color Cylindrical-coordinate representation of color #7AD990: hue angle of 133.89º degrees, saturation: 0.56, 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 #7AD990 is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB122217144-
CMYK0.4400.340.15
HSL133.89º55.56%66.47%-
HSV(B)133.89º43.78%85.1%-
XYZ37.8755.7835.16-
YUV180.27107.5386.44-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.26%
GREEN value IS 217 (85.16% from 255) = 44.93%
BLUE value IS 144 (56.64% from 255) = 29.81%
R=25.26%
G=44.93%
B=29.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1222171440.4400.340.15133.8955.5666.47
Hex7AD9902C022F863842
Octal172331220540421720670102
Binary1111010110110011001000010110001000101111100001101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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