#9EF3A0

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

Shades of Pale Green #9EF3A0

Tints of Pale Green #9EF3A0

Color information

#9EF3A0 (or 0x9EF3A0) is unknown color: approx Pale Green. HEX triplet: 9E, F3 and A0. RGB value is (158,243,160). Sum of RGB (Red+Green+Blue) = 158+243+160=561 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.16% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 243 - color contains mainly: green. Hex color #9EF3A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF3A0 is #610C5F. Grayscale: #D0D0D0. Windows color (decimal): -6360160 or 10548126. OLE color: 10548126.

HSL color Cylindrical-coordinate representation of color #9EF3A0: hue angle of 121.41º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EF3A0 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB158243160-
CMYK0.3500.340.05
HSL121.41º77.98%78.63%-
HSV(B)121.41º34.98%95.29%-
XYZ52.573.9144.76-
YUV208.12100.8492.25-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.16%
GREEN value IS 243 (95.31% from 255) = 43.32%
BLUE value IS 160 (62.89% from 255) = 28.52%
R=28.16%
G=43.32%
B=28.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1582431600.3500.340.05121.4177.9878.63
Hex9EF3A0230225794e4f
Octal236363240430425171116117
Binary1001111011110011101000001000110100010101111100110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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