#7AF096

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

Shades of Light Green #7AF096

Tints of Light Green #7AF096

Color information

#7AF096 (or 0x7AF096) is unknown color: approx Light Green. HEX triplet: 7A, F0 and 96. RGB value is (122,240,150). Sum of RGB (Red+Green+Blue) = 122+240+150=512 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.83% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF096 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF096 is #850F69. Grayscale: #C2C2C2. Windows color (decimal): -8720234 or 9891962. OLE color: 9891962.

HSL color Cylindrical-coordinate representation of color #7AF096: hue angle of 134.24º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AF096 is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB122240150-
CMYK0.4900.370.06
HSL134.24º79.73%70.98%-
HSV(B)134.24º49.17%94.12%-
XYZ44.6968.6639.75-
YUV194.46102.9176.32-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.83%
GREEN value IS 240 (94.14% from 255) = 46.88%
BLUE value IS 150 (58.98% from 255) = 29.30%
R=23.83%
G=46.88%
B=29.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1222401500.4900.370.06134.2479.7370.98
Hex7AF096310256865047
Octal172360226610456206120107
Binary1111010111100001001011011000101001011101000011010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,240,150); }

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

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

 a { background-color: rgb(122,240,150); }

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

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

 span { border-color: rgb(122,240,150); }

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