#7AEC84

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

Shades of Pastel Green #7AEC84

Tints of Pastel Green #7AEC84

Color information

#7AEC84 (or 0x7AEC84) is unknown color: approx Pastel Green. HEX triplet: 7A, EC and 84. RGB value is (122,236,132). Sum of RGB (Red+Green+Blue) = 122+236+132=490 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.90% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #7AEC84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AEC84 is #85137B. Grayscale: #BEBEBE. Windows color (decimal): -8721276 or 8711290. OLE color: 8711290.

HSL color Cylindrical-coordinate representation of color #7AEC84: hue angle of 125.26º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AEC84 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB122236132-
CMYK0.4800.440.07
HSL125.26º75%70.2%-
HSV(B)125.26º48.31%92.55%-
XYZ42.1965.7932.31-
YUV190.0695.2379.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.90%
GREEN value IS 236 (92.58% from 255) = 48.16%
BLUE value IS 132 (51.95% from 255) = 26.94%
R=24.90%
G=48.16%
B=26.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222361320.4800.440.07125.267570.2
Hex7AEC843002C77d4b46
Octal172354204600547175113106
Binary111101011101100100001001100000101100111111110110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,236,132); }

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

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

 a { background-color: rgb(122,236,132); }

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

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

 span { border-color: rgb(122,236,132); }

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