#7AEB70

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

Shades of Pastel Green #7AEB70

Tints of Pastel Green #7AEB70

Color information

#7AEB70 (or 0x7AEB70) is unknown color: approx Pastel Green. HEX triplet: 7A, EB and 70. RGB value is (122,235,112). Sum of RGB (Red+Green+Blue) = 122+235+112=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 235 (92.19% from 255 or 50.11% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 235 - color contains mainly: green. Hex color #7AEB70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AEB70 is #85148F. Grayscale: #BBBBBB. Windows color (decimal): -8721552 or 7400314. OLE color: 7400314.

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

Color convert

RGB122235112-
CMYK0.4800.520.08
HSL115.12º75.46%68.04%-
HSV(B)115.12º52.34%92.16%-
XYZ40.6664.7225.68-
YUV187.1985.5681.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.01%
GREEN value IS 235 (92.19% from 255) = 50.11%
BLUE value IS 112 (44.14% from 255) = 23.88%
R=26.01%
G=50.11%
B=23.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1222351120.4800.520.08115.1275.4668.04
Hex7AEB70300348734b44
Octal1723531606006410163113104
Binary111101011101011111000011000001101001000111001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,235,112); }

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

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

 a { background-color: rgb(122,235,112); }

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

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

 span { border-color: rgb(122,235,112); }

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