#9bf2ab

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

Shades of Pale Green #9BF2AB

Tints of Pale Green #9BF2AB

Color information

#9BF2AB (or 0x9BF2AB) is unknown color: approx Pale Green. HEX triplet: 9B, F2 and AB. RGB value is (155,242,171). Sum of RGB (Red+Green+Blue) = 155+242+171=568 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.29% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF2AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF2AB is #640D54. Grayscale: #D0D0D0. Windows color (decimal): -6557013 or 11268763. OLE color: 11268763.

HSL color Cylindrical-coordinate representation of color #9BF2AB: hue angle of 131.03º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF2AB is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB155242171-
CMYK0.3600.290.05
HSL131.03º76.99%77.84%-
HSV(B)131.03º35.95%94.9%-
XYZ52.6273.4149.92-
YUV207.89107.1890.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.29%
GREEN value IS 242 (94.92% from 255) = 42.61%
BLUE value IS 171 (67.19% from 255) = 30.11%
R=27.29%
G=42.61%
B=30.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1552421710.3600.290.05131.0376.9977.84
Hex9BF2AB2401D5834d4e
Octal233362253440355203115116
Binary1001101111110010101010111001000111011011000001110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9bf2ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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