#7ACA76

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

Shades of Pastel Green #7ACA76

Tints of Pastel Green #7ACA76

Color information

#7ACA76 (or 0x7ACA76) is unknown color: approx Pastel Green. HEX triplet: 7A, CA and 76. RGB value is (122,202,118). Sum of RGB (Red+Green+Blue) = 122+202+118=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #7ACA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACA76 is #853589. Grayscale: #A8A8A8. Windows color (decimal): -8729994 or 7785082. OLE color: 7785082.

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

Color convert

RGB122202118-
CMYK0.4000.420.21
HSL117.14º44.21%62.75%-
HSV(B)117.14º41.58%79.22%-
XYZ32.4247.6924.64-
YUV168.599.594.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.60%
GREEN value IS 202 (79.30% from 255) = 45.70%
BLUE value IS 118 (46.48% from 255) = 26.70%
R=27.60%
G=45.70%
B=26.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1222021180.4000.420.21117.1444.2162.75
Hex7ACA762802A15752c3f
Octal17231216650052251655477
Binary11110101100101011101101010000101010101011110101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,202,118); }

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

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

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

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

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

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

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