#7ACA8E

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

Shades of De York #7ACA8E

Tints of De York #7ACA8E

Color information

#7ACA8E (or 0x7ACA8E) is unknown color: approx De York. HEX triplet: 7A, CA and 8E. RGB value is (122,202,142). Sum of RGB (Red+Green+Blue) = 122+202+142=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #7ACA8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACA8E is #853571. Grayscale: #ABABAB. Windows color (decimal): -8729970 or 9357946. OLE color: 9357946.

HSL color Cylindrical-coordinate representation of color #7ACA8E: hue angle of 135º 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 #7ACA8E is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB122202142-
CMYK0.4000.300.21
HSL135º43.01%63.53%-
HSV(B)135º39.6%79.22%-
XYZ34.0348.3333.13-
YUV171.24111.592.88-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.18%
GREEN value IS 202 (79.30% from 255) = 43.35%
BLUE value IS 142 (55.86% from 255) = 30.47%
R=26.18%
G=43.35%
B=30.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1222021420.4000.300.2113543.0163.53
Hex7ACA8E2801E15872b40
Octal172312216500362520753100
Binary1111010110010101000111010100001111010101100001111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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