#9EF5AC

Color #9EF5AC Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #9EF5AC

Tints of Pale Green #9EF5AC

Color information

#9EF5AC (or 0x9EF5AC) is unknown color: approx Pale Green. HEX triplet: 9E, F5 and AC. RGB value is (158,245,172). Sum of RGB (Red+Green+Blue) = 158+245+172=575 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.48% from 575); Green value is 245 (96.09% from 255 or 42.61% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 245 - color contains mainly: green. Hex color #9EF5AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF5AC is #610A53. Grayscale: #D2D2D2. Windows color (decimal): -6359636 or 11335070. OLE color: 11335070.

HSL color Cylindrical-coordinate representation of color #9EF5AC: hue angle of 129.66º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EF5AC is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB158245172-
CMYK0.3600.300.04
HSL129.66º81.31%79.02%-
HSV(B)129.66º35.51%96.08%-
XYZ54.275.5550.76-
YUV210.66106.1890.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.48%
GREEN value IS 245 (96.09% from 255) = 42.61%
BLUE value IS 172 (67.58% from 255) = 29.91%
R=27.48%
G=42.61%
B=29.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1582451720.3600.300.04129.6681.3179.02
Hex9EF5AC2401E482514f
Octal236365254440364202121117
Binary1001111011110101101011001001000111101001000001010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EF5AC; }

 p { color: rgb(158,245,172); }

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

<style>
 a { background-color: #9EF5AC; }

 a { background-color: rgb(158,245,172); }

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

<style>
 span { border-color: #9EF5AC; }

 span { border-color: rgb(158,245,172); }

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