#9BFBA7

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

Shades of Pale Green #9BFBA7

Tints of Pale Green #9BFBA7

Color information

#9BFBA7 (or 0x9BFBA7) is unknown color: approx Pale Green. HEX triplet: 9B, FB and A7. RGB value is (155,251,167). Sum of RGB (Red+Green+Blue) = 155+251+167=573 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.05% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 167 (65.62% from 255 or 29.14% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFBA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFBA7 is #640458. Grayscale: #D4D4D4. Windows color (decimal): -6554713 or 11008923. OLE color: 11008923.

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

Color convert

RGB155251167-
CMYK0.3800.330.02
HSL127.5º92.31%79.61%-
HSV(B)127.5º38.25%98.43%-
XYZ54.9978.7548.86-
YUV212.72102.286.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.05%
GREEN value IS 251 (98.44% from 255) = 43.80%
BLUE value IS 167 (65.62% from 255) = 29.14%
R=27.05%
G=43.80%
B=29.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552511670.3800.330.02127.592.3179.61
Hex9BFBA7260212805c50
Octal233373247460412200134120
Binary1001101111111011101001111001100100001101000000010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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