#7AE874

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

Shades of Pastel Green #7AE874

Tints of Pastel Green #7AE874

Color information

#7AE874 (or 0x7AE874) is unknown color: approx Pastel Green. HEX triplet: 7A, E8 and 74. RGB value is (122,232,116). Sum of RGB (Red+Green+Blue) = 122+232+116=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 232 (91.02% from 255 or 49.36% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 232 - color contains mainly: green. Hex color #7AE874 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AE874 is #85178B. Grayscale: #BABABA. Windows color (decimal): -8722316 or 7661690. OLE color: 7661690.

HSL color Cylindrical-coordinate representation of color #7AE874: hue angle of 116.9º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AE874 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB122232116-
CMYK0.4700.500.09
HSL116.9º71.6%68.24%-
HSV(B)116.9º50%90.98%-
XYZ40.0463.1126.59-
YUV185.8988.5682.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.96%
GREEN value IS 232 (91.02% from 255) = 49.36%
BLUE value IS 116 (45.70% from 255) = 24.68%
R=25.96%
G=49.36%
B=24.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1222321160.4700.500.09116.971.668.24
Hex7AE8742F0329754844
Octal1723501645706211165110104
Binary111101011101000111010010111101100101001111010110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,232,116); }

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

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

 a { background-color: rgb(122,232,116); }

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

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

 span { border-color: rgb(122,232,116); }

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