#7AE670

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

Shades of Pastel Green #7AE670

Tints of Pastel Green #7AE670

Color information

#7AE670 (or 0x7AE670) is unknown color: approx Pastel Green. HEX triplet: 7A, E6 and 70. RGB value is (122,230,112). Sum of RGB (Red+Green+Blue) = 122+230+112=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 230 (90.23% from 255 or 49.57% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 230 - color contains mainly: green. Hex color #7AE670 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AE670 is #85198F. Grayscale: #B8B8B8. Windows color (decimal): -8722832 or 7399034. OLE color: 7399034.

HSL color Cylindrical-coordinate representation of color #7AE670: hue angle of 114.92º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AE670 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB122230112-
CMYK0.4700.510.10
HSL114.92º70.24%67.06%-
HSV(B)114.92º51.3%90.2%-
XYZ39.2561.925.21-
YUV184.2687.2283.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.29%
GREEN value IS 230 (90.23% from 255) = 49.57%
BLUE value IS 112 (44.14% from 255) = 24.14%
R=26.29%
G=49.57%
B=24.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1222301120.4700.510.10114.9270.2467.06
Hex7AE6702F033A734643
Octal1723461605706312163106103
Binary111101011100110111000010111101100111010111001110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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