#7AF882

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

Shades of Light Green #7AF882

Tints of Light Green #7AF882

Color information

#7AF882 (or 0x7AF882) is unknown color: approx Light Green. HEX triplet: 7A, F8 and 82. RGB value is (122,248,130). Sum of RGB (Red+Green+Blue) = 122+248+130=500 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.4% from 500); Green value is 248 (97.27% from 255 or 49.6% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF882 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF882 is #85077D. Grayscale: #C5C5C5. Windows color (decimal): -8718206 or 8583290. OLE color: 8583290.

HSL color Cylindrical-coordinate representation of color #7AF882: hue angle of 123.81º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF882 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB122248130-
CMYK0.5100.480.03
HSL123.81º90%72.55%-
HSV(B)123.81º50.81%97.25%-
XYZ45.6272.8832.78-
YUV196.8790.2674.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.4%
GREEN value IS 248 (97.27% from 255) = 49.6%
BLUE value IS 130 (51.17% from 255) = 26%
R=24.4%
G=49.6%
B=26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1222481300.5100.480.03123.819072.55
Hex7AF8823303037c5a49
Octal172370202630603174132111
Binary11110101111100010000010110011011000011111110010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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