#9EFDAC

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

Shades of Pale Green #9EFDAC

Tints of Pale Green #9EFDAC

Color information

#9EFDAC (or 0x9EFDAC) is unknown color: approx Pale Green. HEX triplet: 9E, FD and AC. RGB value is (158,253,172). Sum of RGB (Red+Green+Blue) = 158+253+172=583 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.10% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFDAC is #610253. Grayscale: #D7D7D7. Windows color (decimal): -6357588 or 11337118. OLE color: 11337118.

HSL color Cylindrical-coordinate representation of color #9EFDAC: hue angle of 128.84º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFDAC is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB158253172-
CMYK0.3800.320.01
HSL128.84º95.96%80.59%-
HSV(B)128.84º37.55%99.22%-
XYZ56.6780.551.58-
YUV215.36103.5387.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.10%
GREEN value IS 253 (99.22% from 255) = 43.40%
BLUE value IS 172 (67.58% from 255) = 29.50%
R=27.10%
G=43.40%
B=29.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582531720.3800.320.01128.8495.9680.59
Hex9EFDAC260201816051
Octal236375254460401201140121
Binary100111101111110110101100100110010000011000000111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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