#9EF9AC

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

Shades of Pale Green #9EF9AC

Tints of Pale Green #9EF9AC

Color information

#9EF9AC (or 0x9EF9AC) is unknown color: approx Pale Green. HEX triplet: 9E, F9 and AC. RGB value is (158,249,172). Sum of RGB (Red+Green+Blue) = 158+249+172=579 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.29% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #9EF9AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF9AC is #610653. Grayscale: #D5D5D5. Windows color (decimal): -6358612 or 11336094. OLE color: 11336094.

HSL color Cylindrical-coordinate representation of color #9EF9AC: hue angle of 129.23º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EF9AC is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB158249172-
CMYK0.3700.310.02
HSL129.23º88.35%79.8%-
HSV(B)129.23º36.55%97.65%-
XYZ55.427851.16-
YUV213.01104.8588.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.29%
GREEN value IS 249 (97.66% from 255) = 43.01%
BLUE value IS 172 (67.58% from 255) = 29.71%
R=27.29%
G=43.01%
B=29.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582491720.3700.310.02129.2388.3579.8
Hex9EF9AC2501F2815850
Octal236371254450372201130120
Binary100111101111100110101100100101011111101000000110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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