#7AE16E

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

Shades of Pastel Green #7AE16E

Tints of Pastel Green #7AE16E

Color information

#7AE16E (or 0x7AE16E) is unknown color: approx Pastel Green. HEX triplet: 7A, E1 and 6E. RGB value is (122,225,110). Sum of RGB (Red+Green+Blue) = 122+225+110=457 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.70% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #7AE16E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AE16E is #851E91. Grayscale: #B5B5B5. Windows color (decimal): -8724114 or 7266682. OLE color: 7266682.

HSL color Cylindrical-coordinate representation of color #7AE16E: hue angle of 113.74º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AE16E is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB122225110-
CMYK0.4600.510.12
HSL113.74º65.71%65.69%-
HSV(B)113.74º51.11%88.24%-
XYZ37.7759.1124.17-
YUV181.0987.8885.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.70%
GREEN value IS 225 (88.28% from 255) = 49.23%
BLUE value IS 110 (43.36% from 255) = 24.07%
R=26.70%
G=49.23%
B=24.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1222251100.4600.510.12113.7465.7165.69
Hex7AE16E2E033C724242
Octal1723411565606314162102102
Binary111101011100001110111010111001100111100111001010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,225,110); }

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

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

 a { background-color: rgb(122,225,110); }

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

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

 span { border-color: rgb(122,225,110); }

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