#9BFC9F

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

Shades of Pale Green #9BFC9F

Tints of Pale Green #9BFC9F

Color information

#9BFC9F (or 0x9BFC9F) is unknown color: approx Pale Green. HEX triplet: 9B, FC and 9F. RGB value is (155,252,159). Sum of RGB (Red+Green+Blue) = 155+252+159=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 159 (62.5% from 255 or 28.09% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFC9F is #640360. Grayscale: #D4D4D4. Windows color (decimal): -6554465 or 10484891. OLE color: 10484891.

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

Color convert

RGB155252159-
CMYK0.3800.370.01
HSL122.47º94.17%79.8%-
HSV(B)122.47º38.49%98.82%-
XYZ54.5979.0945.19-
YUV212.497.8687.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.39%
GREEN value IS 252 (98.83% from 255) = 44.52%
BLUE value IS 159 (62.5% from 255) = 28.09%
R=27.39%
G=44.52%
B=28.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1552521590.3800.370.01122.4794.1779.8
Hex9BFC9F2602517a5e50
Octal233374237460451172136120
Binary10011011111111001001111110011001001011111101010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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