#9BFAAA

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

Shades of Pale Green #9BFAAA

Tints of Pale Green #9BFAAA

Color information

#9BFAAA (or 0x9BFAAA) is unknown color: approx Pale Green. HEX triplet: 9B, FA and AA. RGB value is (155,250,170). Sum of RGB (Red+Green+Blue) = 155+250+170=575 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.96% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFAAA is #640555. Grayscale: #D4D4D4. Windows color (decimal): -6554966 or 11205275. OLE color: 11205275.

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

Color convert

RGB155250170-
CMYK0.3800.320.02
HSL129.47º90.48%79.41%-
HSV(B)129.47º38%98.04%-
XYZ54.9678.2450.24-
YUV212.48104.0387-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.96%
GREEN value IS 250 (98.05% from 255) = 43.48%
BLUE value IS 170 (66.80% from 255) = 29.57%
R=26.96%
G=43.48%
B=29.57%

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
Decimal1552501700.3800.320.02129.4790.4879.41
Hex9BFAAA260202815a4f
Octal233372252460402201132117
Binary1001101111111010101010101001100100000101000000110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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