#7ACD73

Color #7ACD73 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #7ACD73

Tints of Pastel Green #7ACD73

Color information

#7ACD73 (or 0x7ACD73) is unknown color: approx Pastel Green. HEX triplet: 7A, CD and 73. RGB value is (122,205,115). Sum of RGB (Red+Green+Blue) = 122+205+115=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACD73 is #85328C. Grayscale: #AAAAAA. Windows color (decimal): -8729229 or 7589242. OLE color: 7589242.

HSL color Cylindrical-coordinate representation of color #7ACD73: hue angle of 115.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ACD73 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB122205115-
CMYK0.4000.440.20
HSL115.33º47.37%62.75%-
HSV(B)115.33º43.9%80.39%-
XYZ32.9549.0423.95-
YUV169.929793.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.60%
GREEN value IS 205 (80.47% from 255) = 46.38%
BLUE value IS 115 (45.31% from 255) = 26.02%
R=27.60%
G=46.38%
B=26.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1222051150.4000.440.20115.3347.3762.75
Hex7ACD732802C14732f3f
Octal17231516350054241635777
Binary11110101100110111100111010000101100101001110011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,205,115); }

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

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

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

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

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

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

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