#9FF49B

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

Shades of Pale Green #9FF49B

Tints of Pale Green #9FF49B

Color information

#9FF49B (or 0x9FF49B) is unknown color: approx Pale Green. HEX triplet: 9F, F4 and 9B. RGB value is (159,244,155). Sum of RGB (Red+Green+Blue) = 159+244+155=558 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.49% from 558); Green value is 244 (95.70% from 255 or 43.73% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 244 - color contains mainly: green. Hex color #9FF49B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FF49B is #600B64. Grayscale: #D0D0D0. Windows color (decimal): -6294373 or 10220703. OLE color: 10220703.

HSL color Cylindrical-coordinate representation of color #9FF49B: hue angle of 117.3º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FF49B is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB159244155-
CMYK0.3500.360.04
HSL117.3º80.18%78.24%-
HSV(B)117.3º36.48%95.69%-
XYZ52.5774.4442.61-
YUV208.4497.8492.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.49%
GREEN value IS 244 (95.70% from 255) = 43.73%
BLUE value IS 155 (60.94% from 255) = 27.78%
R=28.49%
G=43.73%
B=27.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1592441550.3500.360.04117.380.1878.24
Hex9FF49B23024475504e
Octal237364233430444165120116
Binary1001111111110100100110111000110100100100111010110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,244,155); }

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

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

 a { background-color: rgb(159,244,155); }

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

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

 span { border-color: rgb(159,244,155); }

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