#9BFA9A

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

Shades of Pale Green #9BFA9A

Tints of Pale Green #9BFA9A

Color information

#9BFA9A (or 0x9BFA9A) is unknown color: approx Pale Green. HEX triplet: 9B, FA and 9A. RGB value is (155,250,154). Sum of RGB (Red+Green+Blue) = 155+250+154=559 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.73% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 154 (60.55% from 255 or 27.55% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFA9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFA9A is #640565. Grayscale: #D2D2D2. Windows color (decimal): -6554982 or 10156699. OLE color: 10156699.

HSL color Cylindrical-coordinate representation of color #9BFA9A: hue angle of 119.38º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFA9A is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB155250154-
CMYK0.3800.380.02
HSL119.38º90.57%79.22%-
HSV(B)119.38º38.4%98.04%-
XYZ53.5477.6742.74-
YUV210.6596.0388.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.73%
GREEN value IS 250 (98.05% from 255) = 44.72%
BLUE value IS 154 (60.55% from 255) = 27.55%
R=27.73%
G=44.72%
B=27.55%

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
Decimal1552501540.3800.380.02119.3890.5779.22
Hex9BFA9A260262775b4f
Octal233372232460462167133117
Binary100110111111101010011010100110010011010111011110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,250,154); }

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

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

 a { background-color: rgb(155,250,154); }

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

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

 span { border-color: rgb(155,250,154); }

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