#7AE286

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

Shades of Pastel Green #7AE286

Tints of Pastel Green #7AE286

Color information

#7AE286 (or 0x7AE286) is unknown color: approx Pastel Green. HEX triplet: 7A, E2 and 86. RGB value is (122,226,134). Sum of RGB (Red+Green+Blue) = 122+226+134=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 226 - color contains mainly: green. Hex color #7AE286 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE286 is #851D79. Grayscale: #B8B8B8. Windows color (decimal): -8723834 or 8839802. OLE color: 8839802.

HSL color Cylindrical-coordinate representation of color #7AE286: hue angle of 126.92º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE286 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB122226134-
CMYK0.4600.410.11
HSL126.92º64.2%68.24%-
HSV(B)126.92º46.02%88.63%-
XYZ39.5360.2532.1-
YUV184.4299.5483.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.31%
GREEN value IS 226 (88.67% from 255) = 46.89%
BLUE value IS 134 (52.73% from 255) = 27.80%
R=25.31%
G=46.89%
B=27.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1222261340.4600.410.11126.9264.268.24
Hex7AE2862E029B7f4044
Octal1723422065605113177100104
Binary1111010111000101000011010111001010011011111111110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,226,134); }

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

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

 a { background-color: rgb(122,226,134); }

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

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

 span { border-color: rgb(122,226,134); }

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