#9EFAAC

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

Shades of Pale Green #9EFAAC

Tints of Pale Green #9EFAAC

Color information

#9EFAAC (or 0x9EFAAC) is unknown color: approx Pale Green. HEX triplet: 9E, FA and AC. RGB value is (158,250,172). Sum of RGB (Red+Green+Blue) = 158+250+172=580 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.24% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFAAC is #610553. Grayscale: #D5D5D5. Windows color (decimal): -6358356 or 11336350. OLE color: 11336350.

HSL color Cylindrical-coordinate representation of color #9EFAAC: hue angle of 129.13º degrees, saturation: 0.9, 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 #9EFAAC is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB158250172-
CMYK0.3700.310.02
HSL129.13º90.2%80%-
HSV(B)129.13º36.8%98.04%-
XYZ55.7378.6251.27-
YUV213.6104.5288.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.24%
GREEN value IS 250 (98.05% from 255) = 43.10%
BLUE value IS 172 (67.58% from 255) = 29.66%
R=27.24%
G=43.10%
B=29.66%

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
Decimal1582501720.3700.310.02129.1390.280
Hex9EFAAC2501F2815a50
Octal236372254450372201132120
Binary100111101111101010101100100101011111101000000110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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