#9bf7ab

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

Shades of Pale Green #9BF7AB

Tints of Pale Green #9BF7AB

Color information

#9BF7AB (or 0x9BF7AB) is unknown color: approx Pale Green. HEX triplet: 9B, F7 and AB. RGB value is (155,247,171). Sum of RGB (Red+Green+Blue) = 155+247+171=573 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.05% from 573); Green value is 247 (96.88% from 255 or 43.11% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 247 - color contains mainly: green. Hex color #9BF7AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF7AB is #640854. Grayscale: #D3D3D3. Windows color (decimal): -6555733 or 11270043. OLE color: 11270043.

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

Color convert

RGB155247171-
CMYK0.3700.310.03
HSL130.43º85.19%78.82%-
HSV(B)130.43º37.25%96.86%-
XYZ54.1376.4350.43-
YUV210.83105.5288.18-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.05%
GREEN value IS 247 (96.88% from 255) = 43.11%
BLUE value IS 171 (67.19% from 255) = 29.84%
R=27.05%
G=43.11%
B=29.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1552471710.3700.310.03130.4385.1978.82
Hex9BF7AB2501F382554f
Octal233367253450373202125117
Binary100110111111011110101011100101011111111000001010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9bf7ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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