#9BFD9F

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

Shades of Pale Green #9BFD9F

Tints of Pale Green #9BFD9F

Color information

#9BFD9F (or 0x9BFD9F) is unknown color: approx Pale Green. HEX triplet: 9B, FD and 9F. RGB value is (155,253,159). Sum of RGB (Red+Green+Blue) = 155+253+159=567 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.34% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 159 (62.5% from 255 or 28.04% from 567); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFD9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFD9F is #640260. Grayscale: #D5D5D5. Windows color (decimal): -6554209 or 10485147. OLE color: 10485147.

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

Color convert

RGB155253159-
CMYK0.3900.370.01
HSL122.45º96.08%80%-
HSV(B)122.45º38.74%99.22%-
XYZ54.979.7245.3-
YUV212.9897.5386.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.34%
GREEN value IS 253 (99.22% from 255) = 44.62%
BLUE value IS 159 (62.5% from 255) = 28.04%
R=27.34%
G=44.62%
B=28.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1552531590.3900.370.01122.4596.0880
Hex9BFD9F2702517a6050
Octal233375237470451172140120
Binary10011011111111011001111110011101001011111101011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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