#9EFDAE

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

Shades of Pale Green #9EFDAE

Tints of Pale Green #9EFDAE

Color information

#9EFDAE (or 0x9EFDAE) is unknown color: approx Pale Green. HEX triplet: 9E, FD and AE. RGB value is (158,253,174). Sum of RGB (Red+Green+Blue) = 158+253+174=585 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.01% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFDAE is #610251. Grayscale: #D7D7D7. Windows color (decimal): -6357586 or 11468190. OLE color: 11468190.

HSL color Cylindrical-coordinate representation of color #9EFDAE: hue angle of 130.11º 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 #9EFDAE is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB158253174-
CMYK0.3800.310.01
HSL130.11º95.96%80.59%-
HSV(B)130.11º37.55%99.22%-
XYZ56.8780.5852.6-
YUV215.59104.5386.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.01%
GREEN value IS 253 (99.22% from 255) = 43.25%
BLUE value IS 174 (68.36% from 255) = 29.74%
R=27.01%
G=43.25%
B=29.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582531740.3800.310.01130.1195.9680.59
Hex9EFDAE2601F1826051
Octal236375256460371202140121
Binary10011110111111011010111010011001111111000001011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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