#9BFAA9

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

Shades of Pale Green #9BFAA9

Tints of Pale Green #9BFAA9

Color information

#9BFAA9 (or 0x9BFAA9) is unknown color: approx Pale Green. HEX triplet: 9B, FA and A9. RGB value is (155,250,169). Sum of RGB (Red+Green+Blue) = 155+250+169=574 (76% of max value = 765). Red value is 155 (60.94% from 255 or 27.00% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 169 (66.41% from 255 or 29.44% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFAA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFAA9 is #640556. Grayscale: #D4D4D4. Windows color (decimal): -6554967 or 11139739. OLE color: 11139739.

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

Color convert

RGB155250169-
CMYK0.3800.320.02
HSL128.84º90.48%79.41%-
HSV(B)128.84º38%98.04%-
XYZ54.8678.249.74-
YUV212.36103.5387.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.00%
GREEN value IS 250 (98.05% from 255) = 43.55%
BLUE value IS 169 (66.41% from 255) = 29.44%
R=27.00%
G=43.55%
B=29.44%

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
Decimal1552501690.3800.320.02128.8490.4879.41
Hex9BFAA9260202815a4f
Octal233372251460402201132117
Binary1001101111111010101010011001100100000101000000110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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