#7AE069

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

Shades of Pastel Green #7AE069

Tints of Pastel Green #7AE069

Color information

#7AE069 (or 0x7AE069) is unknown color: approx Pastel Green. HEX triplet: 7A, E0 and 69. RGB value is (122,224,105). Sum of RGB (Red+Green+Blue) = 122+224+105=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 224 (87.89% from 255 or 49.67% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 224 - color contains mainly: green. Hex color #7AE069 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AE069 is #851F96. Grayscale: #B4B4B4. Windows color (decimal): -8724375 or 6938746. OLE color: 6938746.

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

Color convert

RGB122224105-
CMYK0.4600.530.12
HSL111.43º65.75%64.51%-
HSV(B)111.43º53.12%87.84%-
XYZ37.2358.4722.69-
YUV179.9485.7186.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.05%
GREEN value IS 224 (87.89% from 255) = 49.67%
BLUE value IS 105 (41.41% from 255) = 23.28%
R=27.05%
G=49.67%
B=23.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1222241050.4600.530.12111.4365.7564.51
Hex7AE0692E035C6f4241
Octal1723401515606514157102101
Binary111101011100000110100110111001101011100110111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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