#9BFB9C

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

Shades of Pale Green #9BFB9C

Tints of Pale Green #9BFB9C

Color information

#9BFB9C (or 0x9BFB9C) is unknown color: approx Pale Green. HEX triplet: 9B, FB and 9C. RGB value is (155,251,156). Sum of RGB (Red+Green+Blue) = 155+251+156=562 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.58% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFB9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFB9C is #640463. Grayscale: #D3D3D3. Windows color (decimal): -6554724 or 10288027. OLE color: 10288027.

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

Color convert

RGB155251156-
CMYK0.3800.380.02
HSL120.62º92.31%79.61%-
HSV(B)120.62º38.25%98.43%-
XYZ54.0278.3643.73-
YUV211.4796.787.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.58%
GREEN value IS 251 (98.44% from 255) = 44.66%
BLUE value IS 156 (61.33% from 255) = 27.76%
R=27.58%
G=44.66%
B=27.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552511560.3800.380.02120.6292.3179.61
Hex9BFB9C260262795c50
Octal233373234460462171134120
Binary100110111111101110011100100110010011010111100110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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