#9BFDAB

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

Shades of Pale Green #9BFDAB

Tints of Pale Green #9BFDAB

Color information

#9BFDAB (or 0x9BFDAB) is unknown color: approx Pale Green. HEX triplet: 9B, FD and AB. RGB value is (155,253,171). Sum of RGB (Red+Green+Blue) = 155+253+171=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFDAB is #640254. Grayscale: #D6D6D6. Windows color (decimal): -6554197 or 11271579. OLE color: 11271579.

HSL color Cylindrical-coordinate representation of color #9BFDAB: hue angle of 129.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFDAB is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB155253171-
CMYK0.3900.320.01
HSL129.8º96.08%80%-
HSV(B)129.8º38.74%99.22%-
XYZ55.9980.1651.05-
YUV214.35103.5385.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.77%
GREEN value IS 253 (99.22% from 255) = 43.70%
BLUE value IS 171 (67.19% from 255) = 29.53%
R=26.77%
G=43.70%
B=29.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1552531710.3900.320.01129.896.0880
Hex9BFDAB270201826050
Octal233375253470401202140120
Binary100110111111110110101011100111010000011000001011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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