#7AED96

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

Shades of Light Green #7AED96

Tints of Light Green #7AED96

Color information

#7AED96 (or 0x7AED96) is unknown color: approx Light Green. HEX triplet: 7A, ED and 96. RGB value is (122,237,150). Sum of RGB (Red+Green+Blue) = 122+237+150=509 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.97% from 509); Green value is 237 (92.97% from 255 or 46.56% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 237 - color contains mainly: green. Hex color #7AED96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AED96 is #851269. Grayscale: #C0C0C0. Windows color (decimal): -8721002 or 9891194. OLE color: 9891194.

HSL color Cylindrical-coordinate representation of color #7AED96: hue angle of 134.61º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AED96 is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB122237150-
CMYK0.4900.370.07
HSL134.61º76.16%70.39%-
HSV(B)134.61º48.52%92.94%-
XYZ43.8266.9139.46-
YUV192.7103.977.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.97%
GREEN value IS 237 (92.97% from 255) = 46.56%
BLUE value IS 150 (58.98% from 255) = 29.47%
R=23.97%
G=46.56%
B=29.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222371500.4900.370.07134.6176.1670.39
Hex7AED96310257874c46
Octal172355226610457207114106
Binary1111010111011011001011011000101001011111000011110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AED96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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