#7AD18A

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

Shades of De York #7AD18A

Tints of De York #7AD18A

Color information

#7AD18A (or 0x7AD18A) is unknown color: approx 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

RGB122209138-
CMYK0.4200.340.18
HSL131.03º48.6%64.9%-
HSV(B)131.03º41.63%81.96%-
XYZ35.4151.5732.13-
YUV174.89107.1890.27-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.01%
GREEN value IS 209 (82.03% from 255) = 44.56%
BLUE value IS 138 (54.30% from 255) = 29.42%
R=26.01%
G=44.56%
B=29.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1222091380.4200.340.18131.0348.664.9
Hex7AD18A2A02212833141
Octal172321212520422220361101
Binary11110101101000110001010101010010001010010100000111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>