#9BFCA0

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

Shades of Pale Green #9BFCA0

Tints of Pale Green #9BFCA0

Color information

#9BFCA0 (or 0x9BFCA0) is unknown color: approx Pale Green. HEX triplet: 9B, FC and A0. RGB value is (155,252,160). Sum of RGB (Red+Green+Blue) = 155+252+160=567 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.34% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFCA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFCA0 is #64035F. Grayscale: #D4D4D4. Windows color (decimal): -6554464 or 10550427. OLE color: 10550427.

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

Color convert

RGB155252160-
CMYK0.3800.370.01
HSL123.09º94.17%79.8%-
HSV(B)123.09º38.49%98.82%-
XYZ54.6779.1345.65-
YUV212.5198.3686.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.34%
GREEN value IS 252 (98.83% from 255) = 44.44%
BLUE value IS 160 (62.89% from 255) = 28.22%
R=27.34%
G=44.44%
B=28.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1552521600.3800.370.01123.0994.1779.8
Hex9BFCA02602517b5e50
Octal233374240460451173136120
Binary10011011111111001010000010011001001011111101110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,252,160); }

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

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

 a { background-color: rgb(155,252,160); }

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

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

 span { border-color: rgb(155,252,160); }

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