#7AE182

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

Shades of Pastel Green #7AE182

Tints of Pastel Green #7AE182

Color information

#7AE182 (or 0x7AE182) is unknown color: approx Pastel Green. HEX triplet: 7A, E1 and 82. RGB value is (122,225,130). Sum of RGB (Red+Green+Blue) = 122+225+130=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #7AE182 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE182 is #851E7D. Grayscale: #B7B7B7. Windows color (decimal): -8724094 or 8577402. OLE color: 8577402.

HSL color Cylindrical-coordinate representation of color #7AE182: hue angle of 124.66º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE182 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB122225130-
CMYK0.4600.420.12
HSL124.66º63.19%68.04%-
HSV(B)124.66º45.78%88.24%-
XYZ38.9859.630.57-
YUV183.3797.8884.22-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.58%
GREEN value IS 225 (88.28% from 255) = 47.17%
BLUE value IS 130 (51.17% from 255) = 27.25%
R=25.58%
G=47.17%
B=27.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1222251300.4600.420.12124.6663.1968.04
Hex7AE1822E02AC7d3f44
Octal172341202560521417577104
Binary111101011100001100000101011100101010110011111011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,225,130); }

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

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

 a { background-color: rgb(122,225,130); }

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

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

 span { border-color: rgb(122,225,130); }

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