#9BF29D

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

Shades of Pale Green #9BF29D

Tints of Pale Green #9BF29D

Color information

#9BF29D (or 0x9BF29D) is unknown color: approx Pale Green. HEX triplet: 9B, F2 and 9D. RGB value is (155,242,157). Sum of RGB (Red+Green+Blue) = 155+242+157=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF29D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF29D is #640D62. Grayscale: #CECECE. Windows color (decimal): -6557027 or 10351259. OLE color: 10351259.

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

Color convert

RGB155242157-
CMYK0.3600.350.05
HSL121.38º76.99%77.84%-
HSV(B)121.38º35.95%94.9%-
XYZ51.3672.9143.26-
YUV206.3100.1891.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.98%
GREEN value IS 242 (94.92% from 255) = 43.68%
BLUE value IS 157 (61.72% from 255) = 28.34%
R=27.98%
G=43.68%
B=28.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1552421570.3600.350.05121.3876.9977.84
Hex9BF29D240235794d4e
Octal233362235440435171115116
Binary1001101111110010100111011001000100011101111100110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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