#7AF58A

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

Shades of Light Green #7AF58A

Tints of Light Green #7AF58A

Color information

#7AF58A (or 0x7AF58A) is unknown color: approx Light Green. HEX triplet: 7A, F5 and 8A. RGB value is (122,245,138). Sum of RGB (Red+Green+Blue) = 122+245+138=505 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.16% from 505); Green value is 245 (96.09% from 255 or 48.51% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 245 - color contains mainly: green. Hex color #7AF58A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF58A is #850A75. Grayscale: #C4C4C4. Windows color (decimal): -8718966 or 9106810. OLE color: 9106810.

HSL color Cylindrical-coordinate representation of color #7AF58A: hue angle of 127.8º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF58A is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB122245138-
CMYK0.5000.440.04
HSL127.8º86.01%71.96%-
HSV(B)127.8º50.2%96.08%-
XYZ45.2771.2835.42-
YUV196.0295.2575.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.16%
GREEN value IS 245 (96.09% from 255) = 48.51%
BLUE value IS 138 (54.30% from 255) = 27.33%
R=24.16%
G=48.51%
B=27.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1222451380.5000.440.04127.886.0171.96
Hex7AF58A3202C4805648
Octal172365212620544200126110
Binary1111010111101011000101011001001011001001000000010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,245,138); }

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

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

 a { background-color: rgb(122,245,138); }

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

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

 span { border-color: rgb(122,245,138); }

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