#7AE082

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

Shades of Pastel Green #7AE082

Tints of Pastel Green #7AE082

Color information

#7AE082 (or 0x7AE082) is unknown color: approx Pastel Green. HEX triplet: 7A, E0 and 82. RGB value is (122,224,130). Sum of RGB (Red+Green+Blue) = 122+224+130=476 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.63% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 224 - color contains mainly: green. Hex color #7AE082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE082 is #851F7D. Grayscale: #B7B7B7. Windows color (decimal): -8724350 or 8577146. OLE color: 8577146.

HSL color Cylindrical-coordinate representation of color #7AE082: hue angle of 124.71º degrees, saturation: 0.62, 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 #7AE082 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB122224130-
CMYK0.4600.420.12
HSL124.71º62.2%67.84%-
HSV(B)124.71º45.54%87.84%-
XYZ38.7159.0630.48-
YUV182.7998.2184.64-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.63%
GREEN value IS 224 (87.89% from 255) = 47.06%
BLUE value IS 130 (51.17% from 255) = 27.31%
R=25.63%
G=47.06%
B=27.31%

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
Decimal1222241300.4600.420.12124.7162.267.84
Hex7AE0822E02AC7d3e44
Octal172340202560521417576104
Binary111101011100000100000101011100101010110011111011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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