#7ACC80

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

Shades of De York #7ACC80

Tints of De York #7ACC80

Color information

#7ACC80 (or 0x7ACC80) is unknown color: approx De York. HEX triplet: 7A, CC and 80. RGB value is (122,204,128). Sum of RGB (Red+Green+Blue) = 122+204+128=454 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.87% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACC80 is #85337F. Grayscale: #ABABAB. Windows color (decimal): -8729472 or 8440954. OLE color: 8440954.

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

Color convert

RGB122204128-
CMYK0.4000.370.2
HSL124.39º44.57%63.92%-
HSV(B)124.39º40.2%80%-
XYZ33.5248.8828.09-
YUV170.82103.8393.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.87%
GREEN value IS 204 (80.08% from 255) = 44.93%
BLUE value IS 128 (50.39% from 255) = 28.19%
R=26.87%
G=44.93%
B=28.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1222041280.4000.370.2124.3944.5763.92
Hex7ACC8028025147c2d40
Octal172314200500452417455100
Binary1111010110011001000000010100001001011010011111001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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