#9BF49E

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

Shades of Pale Green #9BF49E

Tints of Pale Green #9BF49E

Color information

#9BF49E (or 0x9BF49E) is unknown color: approx Pale Green. HEX triplet: 9B, F4 and 9E. RGB value is (155,244,158). Sum of RGB (Red+Green+Blue) = 155+244+158=557 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.83% from 557); Green value is 244 (95.70% from 255 or 43.81% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 244 - color contains mainly: green. Hex color #9BF49E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF49E is #640B61. Grayscale: #CFCFCF. Windows color (decimal): -6556514 or 10417307. OLE color: 10417307.

HSL color Cylindrical-coordinate representation of color #9BF49E: hue angle of 122.02º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF49E is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB155244158-
CMYK0.3600.350.04
HSL122.02º80.18%78.24%-
HSV(B)122.02º36.48%95.69%-
XYZ52.0474.1443.92-
YUV207.58100.0190.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.83%
GREEN value IS 244 (95.70% from 255) = 43.81%
BLUE value IS 158 (62.11% from 255) = 28.37%
R=27.83%
G=43.81%
B=28.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1552441580.3600.350.04122.0280.1878.24
Hex9BF49E2402347a504e
Octal233364236440434172120116
Binary1001101111110100100111101001000100011100111101010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,244,158); }

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

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

 a { background-color: rgb(155,244,158); }

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

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

 span { border-color: rgb(155,244,158); }

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