#9FFCB1

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

Shades of Pale Green #9FFCB1

Tints of Pale Green #9FFCB1

Color information

#9FFCB1 (or 0x9FFCB1) is unknown color: approx Pale Green. HEX triplet: 9F, FC and B1. RGB value is (159,252,177). Sum of RGB (Red+Green+Blue) = 159+252+177=588 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.04% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FFCB1 is #60034E. Grayscale: #D7D7D7. Windows color (decimal): -6292303 or 11664543. OLE color: 11664543.

HSL color Cylindrical-coordinate representation of color #9FFCB1: hue angle of 131.61º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFCB1 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB159252177-
CMYK0.3700.300.01
HSL131.61º93.94%80.59%-
HSV(B)131.61º36.9%98.82%-
XYZ57.0480.1754.06-
YUV215.64106.1987.6-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.04%
GREEN value IS 252 (98.83% from 255) = 42.86%
BLUE value IS 177 (69.53% from 255) = 30.10%
R=27.04%
G=42.86%
B=30.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1592521770.3700.300.01131.6193.9480.59
Hex9FFCB12501E1845e51
Octal237374261450361204136121
Binary10011111111111001011000110010101111011000010010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,252,177); }

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

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

 a { background-color: rgb(159,252,177); }

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

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

 span { border-color: rgb(159,252,177); }

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