#9BFAAB

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

Shades of Pale Green #9BFAAB

Tints of Pale Green #9BFAAB

Color information

#9BFAAB (or 0x9BFAAB) is unknown color: approx Pale Green. HEX triplet: 9B, FA and AB. RGB value is (155,250,171). Sum of RGB (Red+Green+Blue) = 155+250+171=576 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.91% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFAAB is #640554. Grayscale: #D4D4D4. Windows color (decimal): -6554965 or 11270811. OLE color: 11270811.

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

Color convert

RGB155250171-
CMYK0.3800.320.02
HSL130.11º90.48%79.41%-
HSV(B)130.11º38%98.04%-
XYZ55.0578.2850.74-
YUV212.59104.5386.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.91%
GREEN value IS 250 (98.05% from 255) = 43.40%
BLUE value IS 171 (67.19% from 255) = 29.69%
R=26.91%
G=43.40%
B=29.69%

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
Decimal1552501710.3800.320.02130.1190.4879.41
Hex9BFAAB260202825a4f
Octal233372253460402202132117
Binary1001101111111010101010111001100100000101000001010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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