#7AE664

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

Shades of Pastel Green #7AE664

Tints of Pastel Green #7AE664

Color information

#7AE664 (or 0x7AE664) is unknown color: approx Pastel Green. HEX triplet: 7A, E6 and 64. RGB value is (122,230,100). Sum of RGB (Red+Green+Blue) = 122+230+100=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 230 (90.23% from 255 or 50.88% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 230 - color contains mainly: green. Hex color #7AE664 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AE664 is #85199B. Grayscale: #B7B7B7. Windows color (decimal): -8722844 or 6612602. OLE color: 6612602.

HSL color Cylindrical-coordinate representation of color #7AE664: hue angle of 109.85º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7AE664 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB122230100-
CMYK0.4700.570.10
HSL109.85º72.22%64.71%-
HSV(B)109.85º56.52%90.2%-
XYZ38.6261.6521.92-
YUV182.8981.2284.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.99%
GREEN value IS 230 (90.23% from 255) = 50.88%
BLUE value IS 100 (39.45% from 255) = 22.12%
R=26.99%
G=50.88%
B=22.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1222301000.4700.570.10109.8572.2264.71
Hex7AE6642F039A6e4841
Octal1723461445707112156110101
Binary111101011100110110010010111101110011010110111010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,230,100); }

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

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

 a { background-color: rgb(122,230,100); }

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

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

 span { border-color: rgb(122,230,100); }

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