#9BF3AC

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

Shades of Pale Green #9BF3AC

Tints of Pale Green #9BF3AC

Color information

#9BF3AC (or 0x9BF3AC) is unknown color: approx Pale Green. HEX triplet: 9B, F3 and AC. RGB value is (155,243,172). Sum of RGB (Red+Green+Blue) = 155+243+172=570 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.19% from 570); Green value is 243 (95.31% from 255 or 42.63% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 243 - color contains mainly: green. Hex color #9BF3AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF3AC is #640C53. Grayscale: #D0D0D0. Windows color (decimal): -6556756 or 11334555. OLE color: 11334555.

HSL color Cylindrical-coordinate representation of color #9BF3AC: hue angle of 131.59º degrees, saturation: 0.79, 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 #9BF3AC is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB155243172-
CMYK0.3600.290.05
HSL131.59º78.57%78.04%-
HSV(B)131.59º36.21%95.29%-
XYZ53.0174.0550.53-
YUV208.59107.3589.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.19%
GREEN value IS 243 (95.31% from 255) = 42.63%
BLUE value IS 172 (67.58% from 255) = 30.18%
R=27.19%
G=42.63%
B=30.18%

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
Decimal1552431720.3600.290.05131.5978.5778.04
Hex9BF3AC2401D5844f4e
Octal233363254440355204117116
Binary1001101111110011101011001001000111011011000010010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,243,172); }

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

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

 a { background-color: rgb(155,243,172); }

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

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

 span { border-color: rgb(155,243,172); }

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