#9BFBA5

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

Shades of Pale Green #9BFBA5

Tints of Pale Green #9BFBA5

Color information

#9BFBA5 (or 0x9BFBA5) is unknown color: approx Pale Green. HEX triplet: 9B, FB and A5. RGB value is (155,251,165). Sum of RGB (Red+Green+Blue) = 155+251+165=571 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.15% from 571); Green value is 251 (98.44% from 255 or 43.96% from 571); Blue value is 165 (64.84% from 255 or 28.90% from 571); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFBA5 is #64045A. Grayscale: #D4D4D4. Windows color (decimal): -6554715 or 10877851. OLE color: 10877851.

HSL color Cylindrical-coordinate representation of color #9BFBA5: hue angle of 126.25º 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 #9BFBA5 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB155251165-
CMYK0.3800.340.02
HSL126.25º92.31%79.61%-
HSV(B)126.25º38.25%98.43%-
XYZ54.8178.6847.9-
YUV212.49101.286.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.15%
GREEN value IS 251 (98.44% from 255) = 43.96%
BLUE value IS 165 (64.84% from 255) = 28.90%
R=27.15%
G=43.96%
B=28.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552511650.3800.340.02126.2592.3179.61
Hex9BFBA52602227e5c50
Octal233373245460422176134120
Binary100110111111101110100101100110010001010111111010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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