#7AE071

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

Shades of Pastel Green #7AE071

Tints of Pastel Green #7AE071

Color information

#7AE071 (or 0x7AE071) is unknown color: approx Pastel Green. HEX triplet: 7A, E0 and 71. RGB value is (122,224,113). Sum of RGB (Red+Green+Blue) = 122+224+113=459 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.58% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #7AE071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AE071 is #851F8E. Grayscale: #B5B5B5. Windows color (decimal): -8724367 or 7463034. OLE color: 7463034.

HSL color Cylindrical-coordinate representation of color #7AE071: hue angle of 115.14º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AE071 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB122224113-
CMYK0.4600.500.12
HSL115.14º64.16%66.08%-
HSV(B)115.14º49.55%87.84%-
XYZ37.6658.6424.96-
YUV180.8589.7186.03-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.58%
GREEN value IS 224 (87.89% from 255) = 48.80%
BLUE value IS 113 (44.53% from 255) = 24.62%
R=26.58%
G=48.80%
B=24.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1222241130.4600.500.12115.1464.1666.08
Hex7AE0712E032C734042
Octal1723401615606214163100102
Binary111101011100000111000110111001100101100111001110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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