#7ACC7A

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

Shades of De York #7ACC7A

Tints of De York #7ACC7A

Color information

#7ACC7A (or 0x7ACC7A) is unknown color: approx De York. HEX triplet: 7A, CC and 7A. RGB value is (122,204,122). Sum of RGB (Red+Green+Blue) = 122+204+122=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACC7A is #853385. Grayscale: #AAAAAA. Windows color (decimal): -8729478 or 8047738. OLE color: 8047738.

HSL color Cylindrical-coordinate representation of color #7ACC7A: hue angle of 120º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACC7A is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB122204122-
CMYK0.4000.400.2
HSL120º44.57%63.92%-
HSV(B)120º40.2%80%-
XYZ33.1348.7326.07-
YUV170.13100.8393.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.23%
GREEN value IS 204 (80.08% from 255) = 45.54%
BLUE value IS 122 (48.05% from 255) = 27.23%
R=27.23%
G=45.54%
B=27.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1222041220.4000.400.212044.5763.92
Hex7ACC7A2802814782d40
Octal172314172500502417055100
Binary111101011001100111101010100001010001010011110001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,204,122); }

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

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

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

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

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

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

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