#72F6A1

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

Shades of Light Green #72F6A1

Tints of Light Green #72F6A1

Color information

#72F6A1 (or 0x72F6A1) is unknown color: approx Light Green. HEX triplet: 72, F6 and A1. RGB value is (114,246,161). Sum of RGB (Red+Green+Blue) = 114+246+161=521 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.88% from 521); Green value is 246 (96.48% from 255 or 47.22% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 246 - color contains mainly: green. Hex color #72F6A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F6A1 is #8D095E. Grayscale: #C5C5C5. Windows color (decimal): -9242975 or 10614386. OLE color: 10614386.

HSL color Cylindrical-coordinate representation of color #72F6A1: hue angle of 141.36º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72F6A1 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB114246161-
CMYK0.5400.350.04
HSL141.36º88%70.59%-
HSV(B)141.36º53.66%96.47%-
XYZ46.3372.0645.19-
YUV196.84107.7768.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.88%
GREEN value IS 246 (96.48% from 255) = 47.22%
BLUE value IS 161 (63.28% from 255) = 30.90%
R=21.88%
G=47.22%
B=30.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1142461610.5400.350.04141.368870.59
Hex72F6A13602348d5847
Octal162366241660434215130107
Binary1110010111101101010000111011001000111001000110110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72F6A1; }

 p { color: rgb(114,246,161); }

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

<style>
 a { background-color: #72F6A1; }

 a { background-color: rgb(114,246,161); }

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

<style>
 span { border-color: #72F6A1; }

 span { border-color: rgb(114,246,161); }

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