#9FFB9B

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

Shades of Pale Green #9FFB9B

Tints of Pale Green #9FFB9B

Color information

#9FFB9B (or 0x9FFB9B) is unknown color: approx Pale Green. HEX triplet: 9F, FB and 9B. RGB value is (159,251,155). Sum of RGB (Red+Green+Blue) = 159+251+155=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 155 (60.94% from 255 or 27.43% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFB9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FFB9B is #600464. Grayscale: #D4D4D4. Windows color (decimal): -6292581 or 10222495. OLE color: 10222495.

HSL color Cylindrical-coordinate representation of color #9FFB9B: hue angle of 117.5º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FFB9B is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB159251155-
CMYK0.3700.380.02
HSL117.5º92.31%79.61%-
HSV(B)117.5º38.25%98.43%-
XYZ54.7178.7343.32-
YUV212.5595.5289.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.14%
GREEN value IS 251 (98.44% from 255) = 44.42%
BLUE value IS 155 (60.94% from 255) = 27.43%
R=28.14%
G=44.42%
B=27.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592511550.3700.380.02117.592.3179.61
Hex9FFB9B250262765c50
Octal237373233450462166134120
Binary100111111111101110011011100101010011010111011010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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