#73F2A1

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

Shades of Light Green #73F2A1

Tints of Light Green #73F2A1

Color information

#73F2A1 (or 0x73F2A1) is unknown color: approx Light Green. HEX triplet: 73, F2 and A1. RGB value is (115,242,161). Sum of RGB (Red+Green+Blue) = 115+242+161=518 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.20% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #73F2A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73F2A1 is #8C0D5E. Grayscale: #C2C2C2. Windows color (decimal): -9178463 or 10613363. OLE color: 10613363.

HSL color Cylindrical-coordinate representation of color #73F2A1: hue angle of 141.73º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73F2A1 is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB115242161-
CMYK0.5200.330.05
HSL141.73º83.01%70%-
HSV(B)141.73º52.48%94.9%-
XYZ45.2669.7244.79-
YUV194.79108.9271.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.20%
GREEN value IS 242 (94.92% from 255) = 46.72%
BLUE value IS 161 (63.28% from 255) = 31.08%
R=22.20%
G=46.72%
B=31.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1152421610.5200.330.05141.7383.0170
Hex73F2A13402158e5346
Octal163362241640415216123106
Binary1110011111100101010000111010001000011011000111010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73F2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73F2A1; }

 p { color: rgb(115,242,161); }

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

<style>
 a { background-color: #73F2A1; }

 a { background-color: rgb(115,242,161); }

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

<style>
 span { border-color: #73F2A1; }

 span { border-color: rgb(115,242,161); }

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