#7AEA68

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

Shades of Pastel Green #7AEA68

Tints of Pastel Green #7AEA68

Color information

#7AEA68 (or 0x7AEA68) is unknown color: approx Pastel Green. HEX triplet: 7A, EA and 68. RGB value is (122,234,104). Sum of RGB (Red+Green+Blue) = 122+234+104=460 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.52% from 460); Green value is 234 (91.80% from 255 or 50.87% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 234 - color contains mainly: green. Hex color #7AEA68 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AEA68 is #851597. Grayscale: #BABABA. Windows color (decimal): -8721816 or 6875770. OLE color: 6875770.

HSL color Cylindrical-coordinate representation of color #7AEA68: hue angle of 111.69º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7AEA68 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB122234104-
CMYK0.4800.560.08
HSL111.69º75.58%66.27%-
HSV(B)111.69º55.56%91.76%-
XYZ39.9563.9823.34-
YUV185.6981.8982.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.52%
GREEN value IS 234 (91.80% from 255) = 50.87%
BLUE value IS 104 (41.02% from 255) = 22.61%
R=26.52%
G=50.87%
B=22.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1222341040.4800.560.08111.6975.5866.27
Hex7AEA68300388704c42
Octal1723521506007010160114102
Binary111101011101010110100011000001110001000111000010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,234,104); }

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

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

 a { background-color: rgb(122,234,104); }

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

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

 span { border-color: rgb(122,234,104); }

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