#7ACA70

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

Shades of Pastel Green #7ACA70

Tints of Pastel Green #7ACA70

Color information

#7ACA70 (or 0x7ACA70) is unknown color: approx Pastel Green. HEX triplet: 7A, CA and 70. RGB value is (122,202,112). Sum of RGB (Red+Green+Blue) = 122+202+112=436 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.98% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #7ACA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACA70 is #85358F. Grayscale: #A8A8A8. Windows color (decimal): -8730000 or 7391866. OLE color: 7391866.

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

Color convert

RGB122202112-
CMYK0.4000.450.21
HSL113.33º45.92%61.57%-
HSV(B)113.33º44.55%79.22%-
XYZ32.0747.5522.82-
YUV167.8296.595.32-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.98%
GREEN value IS 202 (79.30% from 255) = 46.33%
BLUE value IS 112 (44.14% from 255) = 25.69%
R=27.98%
G=46.33%
B=25.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1222021120.4000.450.21113.3345.9261.57
Hex7ACA702802D15712e3e
Octal17231216050055251615676
Binary11110101100101011100001010000101101101011110001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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