#7AC471

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

Shades of Pastel Green #7AC471

Tints of Pastel Green #7AC471

Color information

#7AC471 (or 0x7AC471) is unknown color: approx Pastel Green. HEX triplet: 7A, C4 and 71. RGB value is (122,196,113). Sum of RGB (Red+Green+Blue) = 122+196+113=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 196 - color contains mainly: green. Hex color #7AC471 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC471 is #853B8E. Grayscale: #A4A4A4. Windows color (decimal): -8731535 or 7455866. OLE color: 7455866.

HSL color Cylindrical-coordinate representation of color #7AC471: hue angle of 113.49º degrees, saturation: 0.41, 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 #7AC471 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB122196113-
CMYK0.3800.420.23
HSL113.49º41.29%60.59%-
HSV(B)113.49º42.35%76.86%-
XYZ30.7544.8122.65-
YUV164.4198.9897.75-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.31%
GREEN value IS 196 (76.95% from 255) = 45.48%
BLUE value IS 113 (44.53% from 255) = 26.22%
R=28.31%
G=45.48%
B=26.22%

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
Decimal1221961130.3800.420.23113.4941.2960.59
Hex7AC4712602A1771293d
Octal17230416146052271615175
Binary11110101100010011100011001100101010101111110001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,196,113); }

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

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

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

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

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

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

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