#9BF8AB

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

Shades of Pale Green #9BF8AB

Tints of Pale Green #9BF8AB

Color information

#9BF8AB (or 0x9BF8AB) is unknown color: approx Pale Green. HEX triplet: 9B, F8 and AB. RGB value is (155,248,171). Sum of RGB (Red+Green+Blue) = 155+248+171=574 (76% of max value = 765). Red value is 155 (60.94% from 255 or 27.00% from 574); Green value is 248 (97.27% from 255 or 43.21% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 248 - color contains mainly: green. Hex color #9BF8AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF8AB is #640754. Grayscale: #D3D3D3. Windows color (decimal): -6555477 or 11270299. OLE color: 11270299.

HSL color Cylindrical-coordinate representation of color #9BF8AB: hue angle of 130.32º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BF8AB is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB155248171-
CMYK0.3800.310.03
HSL130.32º86.92%79.02%-
HSV(B)130.32º37.5%97.25%-
XYZ54.4477.0450.53-
YUV211.42105.1987.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.00%
GREEN value IS 248 (97.27% from 255) = 43.21%
BLUE value IS 171 (67.19% from 255) = 29.79%
R=27.00%
G=43.21%
B=29.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1552481710.3800.310.03130.3286.9279.02
Hex9BF8AB2601F382574f
Octal233370253460373202127117
Binary100110111111100010101011100110011111111000001010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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