#72FC9A

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

Shades of Light Green #72FC9A

Tints of Light Green #72FC9A

Color information

#72FC9A (or 0x72FC9A) is unknown color: approx Light Green. HEX triplet: 72, FC and 9A. RGB value is (114,252,154). Sum of RGB (Red+Green+Blue) = 114+252+154=520 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.92% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #72FC9A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FC9A is #8D0365. Grayscale: #C7C7C7. Windows color (decimal): -9241446 or 10157170. OLE color: 10157170.

HSL color Cylindrical-coordinate representation of color #72FC9A: hue angle of 137.39º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FC9A is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB114252154-
CMYK0.5500.390.01
HSL137.39º95.83%71.76%-
HSV(B)137.39º54.76%98.82%-
XYZ47.5875.5342.64-
YUV199.57102.2866.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.92%
GREEN value IS 252 (98.83% from 255) = 48.46%
BLUE value IS 154 (60.55% from 255) = 29.62%
R=21.92%
G=48.46%
B=29.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1142521540.5500.390.01137.3995.8371.76
Hex72FC9A370271896048
Octal162374232670471211140110
Binary11100101111110010011010110111010011111000100111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,252,154); }

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

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

 a { background-color: rgb(114,252,154); }

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

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

 span { border-color: rgb(114,252,154); }

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