#7AF16E

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

Shades of Pastel Green #7AF16E

Tints of Pastel Green #7AF16E

Color information

#7AF16E (or 0x7AF16E) is unknown color: approx Pastel Green. HEX triplet: 7A, F1 and 6E. RGB value is (122,241,110). Sum of RGB (Red+Green+Blue) = 122+241+110=473 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.79% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF16E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF16E is #850E91. Grayscale: #BEBEBE. Windows color (decimal): -8720018 or 7270778. OLE color: 7270778.

HSL color Cylindrical-coordinate representation of color #7AF16E: hue angle of 114.5º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7AF16E is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB122241110-
CMYK0.4900.540.05
HSL114.5º82.39%68.82%-
HSV(B)114.5º54.36%94.51%-
XYZ42.368.1725.68-
YUV190.4882.5879.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.79%
GREEN value IS 241 (94.53% from 255) = 50.95%
BLUE value IS 110 (43.36% from 255) = 23.26%
R=25.79%
G=50.95%
B=23.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1222411100.4900.540.05114.582.3968.82
Hex7AF16E310365735245
Octal172361156610665163122105
Binary11110101111000111011101100010110110101111001110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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