#9FEBA1

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

Shades of Pale Green #9FEBA1

Tints of Pale Green #9FEBA1

Color information

#9FEBA1 (or 0x9FEBA1) is unknown color: approx Pale Green. HEX triplet: 9F, EB and A1. RGB value is (159,235,161). Sum of RGB (Red+Green+Blue) = 159+235+161=555 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.65% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 161 (63.28% from 255 or 29.01% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEBA1 is #60145E. Grayscale: #CCCCCC. Windows color (decimal): -6296671 or 10611615. OLE color: 10611615.

HSL color Cylindrical-coordinate representation of color #9FEBA1: hue angle of 121.58º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEBA1 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB159235161-
CMYK0.3200.310.08
HSL121.58º65.52%77.25%-
HSV(B)121.58º32.34%92.16%-
XYZ50.4469.3644.45-
YUV203.84103.8296.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.65%
GREEN value IS 235 (92.19% from 255) = 42.34%
BLUE value IS 161 (63.28% from 255) = 29.01%
R=28.65%
G=42.34%
B=29.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592351610.3200.310.08121.5865.5277.25
Hex9FEBA12001F87a424d
Octal2373532414003710172102115
Binary1001111111101011101000011000000111111000111101010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,235,161); }

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

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

 a { background-color: rgb(159,235,161); }

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

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

 span { border-color: rgb(159,235,161); }

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