#7AEA5C

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

Shades of Pastel Green #7AEA5C

Tints of Pastel Green #7AEA5C

Color information

#7AEA5C (or 0x7AEA5C) is unknown color: approx Pastel Green. HEX triplet: 7A, EA and 5C. RGB value is (122,234,92). Sum of RGB (Red+Green+Blue) = 122+234+92=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 234 (91.80% from 255 or 52.23% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 234 - color contains mainly: green. Hex color #7AEA5C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AEA5C is #8515A3. Grayscale: #B8B8B8. Windows color (decimal): -8721828 or 6089338. OLE color: 6089338.

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

Color convert

RGB12223492-
CMYK0.4800.610.08
HSL107.32º77.17%63.92%-
HSV(B)107.32º60.68%91.76%-
XYZ39.3863.7620.36-
YUV184.3275.8983.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.23%
GREEN value IS 234 (91.80% from 255) = 52.23%
BLUE value IS 92 (36.33% from 255) = 20.54%
R=27.23%
G=52.23%
B=20.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal122234920.4800.610.08107.3277.1763.92
Hex7AEA5C3003D86b4d40
Octal1723521346007510153115100
Binary111101011101010101110011000001111011000110101110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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