#7AF182

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

Shades of Pastel Green #7AF182

Tints of Pastel Green #7AF182

Color information

#7AF182 (or 0x7AF182) is unknown color: approx Pastel Green. HEX triplet: 7A, F1 and 82. RGB value is (122,241,130). Sum of RGB (Red+Green+Blue) = 122+241+130=493 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.75% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF182 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF182 is #850E7D. Grayscale: #C1C1C1. Windows color (decimal): -8719998 or 8581498. OLE color: 8581498.

HSL color Cylindrical-coordinate representation of color #7AF182: hue angle of 124.03º 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 #7AF182 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB122241130-
CMYK0.4900.460.05
HSL124.03º80.95%71.18%-
HSV(B)124.03º49.38%94.51%-
XYZ43.5168.6632.08-
YUV192.7692.5877.53-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.75%
GREEN value IS 241 (94.53% from 255) = 48.88%
BLUE value IS 130 (51.17% from 255) = 26.37%
R=24.75%
G=48.88%
B=26.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1222411300.4900.460.05124.0380.9571.18
Hex7AF1823102E57c5147
Octal172361202610565174121107
Binary111101011110001100000101100010101110101111110010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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