#7ACA7C

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

Shades of De York #7ACA7C

Tints of De York #7ACA7C

Color information

#7ACA7C (or 0x7ACA7C) is unknown color: approx De York. HEX triplet: 7A, CA and 7C. RGB value is (122,202,124). Sum of RGB (Red+Green+Blue) = 122+202+124=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #7ACA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACA7C is #853583. Grayscale: #A9A9A9. Windows color (decimal): -8729988 or 8178298. OLE color: 8178298.

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

Color convert

RGB122202124-
CMYK0.4000.390.21
HSL121.5º43.01%63.53%-
HSV(B)121.5º39.6%79.22%-
XYZ32.7847.8326.57-
YUV169.19102.594.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.23%
GREEN value IS 202 (79.30% from 255) = 45.09%
BLUE value IS 124 (48.83% from 255) = 27.68%
R=27.23%
G=45.09%
B=27.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1222021240.4000.390.21121.543.0163.53
Hex7ACA7C28027157a2b40
Octal172312174500472517253100
Binary111101011001010111110010100001001111010111110101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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