#7AF17E

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

Shades of Pastel Green #7AF17E

Tints of Pastel Green #7AF17E

Color information

#7AF17E (or 0x7AF17E) is unknown color: approx Pastel Green. HEX triplet: 7A, F1 and 7E. RGB value is (122,241,126). Sum of RGB (Red+Green+Blue) = 122+241+126=489 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.95% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF17E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF17E is #850E81. Grayscale: #C0C0C0. Windows color (decimal): -8720002 or 8319354. OLE color: 8319354.

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

Color convert

RGB122241126-
CMYK0.4900.480.05
HSL122.02º80.95%71.18%-
HSV(B)122.02º49.38%94.51%-
XYZ43.2568.5530.69-
YUV192.3190.5877.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.95%
GREEN value IS 241 (94.53% from 255) = 49.28%
BLUE value IS 126 (49.61% from 255) = 25.77%
R=24.95%
G=49.28%
B=25.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1222411260.4900.480.05122.0280.9571.18
Hex7AF17E3103057a5147
Octal172361176610605172121107
Binary11110101111000111111101100010110000101111101010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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