#9EFAA0

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

Shades of Pale Green #9EFAA0

Tints of Pale Green #9EFAA0

Color information

#9EFAA0 (or 0x9EFAA0) is unknown color: approx Pale Green. HEX triplet: 9E, FA and A0. RGB value is (158,250,160). Sum of RGB (Red+Green+Blue) = 158+250+160=568 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.82% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 160 (62.89% from 255 or 28.17% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFAA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFAA0 is #61055F. Grayscale: #D4D4D4. Windows color (decimal): -6358368 or 10549918. OLE color: 10549918.

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

Color convert

RGB158250160-
CMYK0.3700.360.02
HSL121.3º90.2%80%-
HSV(B)121.3º36.8%98.04%-
XYZ54.6378.1845.47-
YUV212.2398.5289.32-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.82%
GREEN value IS 250 (98.05% from 255) = 44.01%
BLUE value IS 160 (62.89% from 255) = 28.17%
R=27.82%
G=44.01%
B=28.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582501600.3700.360.02121.390.280
Hex9EFAA0250242795a50
Octal236372240450442171132120
Binary100111101111101010100000100101010010010111100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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