#7ACA8C

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

Shades of De York #7ACA8C

Tints of De York #7ACA8C

Color information

#7ACA8C (or 0x7ACA8C) is unknown color: approx De York. HEX triplet: 7A, CA and 8C. RGB value is (122,202,140). Sum of RGB (Red+Green+Blue) = 122+202+140=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #7ACA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACA8C is #853573. Grayscale: #ABABAB. Windows color (decimal): -8729972 or 9226874. OLE color: 9226874.

HSL color Cylindrical-coordinate representation of color #7ACA8C: hue angle of 133.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACA8C is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB122202140-
CMYK0.4000.310.21
HSL133.5º43.01%63.53%-
HSV(B)133.5º39.6%79.22%-
XYZ33.8848.2732.34-
YUV171.01110.593.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.29%
GREEN value IS 202 (79.30% from 255) = 43.53%
BLUE value IS 140 (55.08% from 255) = 30.17%
R=26.29%
G=43.53%
B=30.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1222021400.4000.310.21133.543.0163.53
Hex7ACA8C2801F15862b40
Octal172312214500372520653100
Binary1111010110010101000110010100001111110101100001101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,202,140); }

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

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

 a { background-color: rgb(122,202,140); }

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

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

 span { border-color: rgb(122,202,140); }

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