#9EFDAF

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

Shades of Pale Green #9EFDAF

Tints of Pale Green #9EFDAF

Color information

#9EFDAF (or 0x9EFDAF) is unknown color: approx Pale Green. HEX triplet: 9E, FD and AF. RGB value is (158,253,175). Sum of RGB (Red+Green+Blue) = 158+253+175=586 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.96% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFDAF is #610250. Grayscale: #D7D7D7. Windows color (decimal): -6357585 or 11533726. OLE color: 11533726.

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

Color convert

RGB158253175-
CMYK0.3800.310.01
HSL130.74º95.96%80.59%-
HSV(B)130.74º37.55%99.22%-
XYZ56.9680.6153.12-
YUV215.7105.0386.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.96%
GREEN value IS 253 (99.22% from 255) = 43.17%
BLUE value IS 175 (68.75% from 255) = 29.86%
R=26.96%
G=43.17%
B=29.86%

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
Decimal1582531750.3800.310.01130.7495.9680.59
Hex9EFDAF2601F1836051
Octal236375257460371203140121
Binary10011110111111011010111110011001111111000001111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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