#7AED8D

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

Shades of Light Green #7AED8D

Tints of Light Green #7AED8D

Color information

#7AED8D (or 0x7AED8D) is unknown color: approx Light Green. HEX triplet: 7A, ED and 8D. RGB value is (122,237,141). Sum of RGB (Red+Green+Blue) = 122+237+141=500 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.4% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #7AED8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AED8D is #851272. Grayscale: #BFBFBF. Windows color (decimal): -8721011 or 9301370. OLE color: 9301370.

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

Color convert

RGB122237141-
CMYK0.4900.410.07
HSL129.91º76.16%70.39%-
HSV(B)129.91º48.52%92.94%-
XYZ43.1266.6335.79-
YUV191.6799.478.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.4%
GREEN value IS 237 (92.97% from 255) = 47.4%
BLUE value IS 141 (55.47% from 255) = 28.2%
R=24.4%
G=47.4%
B=28.2%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222371410.4900.410.07129.9176.1670.39
Hex7AED8D310297824c46
Octal172355215610517202114106
Binary1111010111011011000110111000101010011111000001010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AED8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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