#9BFBAB

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

Shades of Pale Green #9BFBAB

Tints of Pale Green #9BFBAB

Color information

#9BFBAB (or 0x9BFBAB) is unknown color: approx Pale Green. HEX triplet: 9B, FB and AB. RGB value is (155,251,171). Sum of RGB (Red+Green+Blue) = 155+251+171=577 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.86% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFBAB is #640454. Grayscale: #D5D5D5. Windows color (decimal): -6554709 or 11271067. OLE color: 11271067.

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

Color convert

RGB155251171-
CMYK0.3800.320.02
HSL130º92.31%79.61%-
HSV(B)130º38.25%98.43%-
XYZ55.3778.950.84-
YUV213.18104.286.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.86%
GREEN value IS 251 (98.44% from 255) = 43.50%
BLUE value IS 171 (67.19% from 255) = 29.64%
R=26.86%
G=43.50%
B=29.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552511710.3800.320.0213092.3179.61
Hex9BFBAB260202825c50
Octal233373253460402202134120
Binary1001101111111011101010111001100100000101000001010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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