#7AC572

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

Shades of Pastel Green #7AC572

Tints of Pastel Green #7AC572

Color information

#7AC572 (or 0x7AC572) is unknown color: approx Pastel Green. HEX triplet: 7A, C5 and 72. RGB value is (122,197,114). Sum of RGB (Red+Green+Blue) = 122+197+114=433 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.18% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC572 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC572 is #853A8D. Grayscale: #A5A5A5. Windows color (decimal): -8731278 or 7521658. OLE color: 7521658.

HSL color Cylindrical-coordinate representation of color #7AC572: hue angle of 114.22º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AC572 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB122197114-
CMYK0.3800.420.23
HSL114.22º41.71%60.98%-
HSV(B)114.22º42.13%77.25%-
XYZ31.0345.2823.03-
YUV165.1199.1597.25-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.18%
GREEN value IS 197 (77.34% from 255) = 45.50%
BLUE value IS 114 (44.92% from 255) = 26.33%
R=28.18%
G=45.50%
B=26.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1221971140.3800.420.23114.2241.7160.98
Hex7AC5722602A17722a3d
Octal17230516246052271625275
Binary11110101100010111100101001100101010101111110010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,197,114); }

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

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

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

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

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

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

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