#7ACA8D

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

Shades of De York #7ACA8D

Tints of De York #7ACA8D

Color information

#7ACA8D (or 0x7ACA8D) is unknown color: approx De York. HEX triplet: 7A, CA and 8D. RGB value is (122,202,141). Sum of RGB (Red+Green+Blue) = 122+202+141=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #7ACA8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACA8D is #853572. Grayscale: #ABABAB. Windows color (decimal): -8729971 or 9292410. OLE color: 9292410.

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

Color convert

RGB122202141-
CMYK0.4000.300.21
HSL134.25º43.01%63.53%-
HSV(B)134.25º39.6%79.22%-
XYZ33.9548.332.73-
YUV171.1311192.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.24%
GREEN value IS 202 (79.30% from 255) = 43.44%
BLUE value IS 141 (55.47% from 255) = 30.32%
R=26.24%
G=43.44%
B=30.32%

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
Decimal1222021410.4000.300.21134.2543.0163.53
Hex7ACA8D2801E15862b40
Octal172312215500362520653100
Binary1111010110010101000110110100001111010101100001101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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