#9EFDB3

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

Shades of Pale Green #9EFDB3

Tints of Pale Green #9EFDB3

Color information

#9EFDB3 (or 0x9EFDB3) is unknown color: approx Pale Green. HEX triplet: 9E, FD and B3. RGB value is (158,253,179). Sum of RGB (Red+Green+Blue) = 158+253+179=590 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.78% from 590); Green value is 253 (99.22% from 255 or 42.88% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFDB3 is #61024C. Grayscale: #D8D8D8. Windows color (decimal): -6357581 or 11795870. OLE color: 11795870.

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

Color convert

RGB158253179-
CMYK0.3800.290.01
HSL133.26º95.96%80.59%-
HSV(B)133.26º37.55%99.22%-
XYZ57.3680.7755.22-
YUV216.16107.0386.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.78%
GREEN value IS 253 (99.22% from 255) = 42.88%
BLUE value IS 179 (70.31% from 255) = 30.34%
R=26.78%
G=42.88%
B=30.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582531790.3800.290.01133.2695.9680.59
Hex9EFDB32601D1856051
Octal236375263460351205140121
Binary10011110111111011011001110011001110111000010111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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