#7AF980

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

Shades of Light Green #7AF980

Tints of Light Green #7AF980

Color information

#7AF980 (or 0x7AF980) is unknown color: approx Light Green. HEX triplet: 7A, F9 and 80. RGB value is (122,249,128). Sum of RGB (Red+Green+Blue) = 122+249+128=499 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.45% from 499); Green value is 249 (97.66% from 255 or 49.90% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF980 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF980 is #85067F. Grayscale: #C5C5C5. Windows color (decimal): -8717952 or 8452474. OLE color: 8452474.

HSL color Cylindrical-coordinate representation of color #7AF980: hue angle of 122.83º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF980 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB122249128-
CMYK0.5100.490.02
HSL122.83º91.37%72.75%-
HSV(B)122.83º51%97.65%-
XYZ45.873.4532.19-
YUV197.2388.9274.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.45%
GREEN value IS 249 (97.66% from 255) = 49.90%
BLUE value IS 128 (50.39% from 255) = 25.65%
R=24.45%
G=49.90%
B=25.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1222491280.5100.490.02122.8391.3772.75
Hex7AF9803303127b5b49
Octal172371200630612173133111
Binary11110101111100110000000110011011000110111101110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,249,128); }

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

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

 a { background-color: rgb(122,249,128); }

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

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

 span { border-color: rgb(122,249,128); }

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