#9FFC96

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

Shades of Pale Green #9FFC96

Tints of Pale Green #9FFC96

Color information

#9FFC96 (or 0x9FFC96) is unknown color: approx Pale Green. HEX triplet: 9F, FC and 96. RGB value is (159,252,150). Sum of RGB (Red+Green+Blue) = 159+252+150=561 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.34% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFC96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FFC96 is #600369. Grayscale: #D4D4D4. Windows color (decimal): -6292330 or 9895071. OLE color: 9895071.

HSL color Cylindrical-coordinate representation of color #9FFC96: hue angle of 114.71º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FFC96 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB159252150-
CMYK0.3700.400.01
HSL114.71º94.44%78.82%-
HSV(B)114.71º40.48%98.82%-
XYZ54.6179.1941.26-
YUV212.5692.6989.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.34%
GREEN value IS 252 (98.83% from 255) = 44.92%
BLUE value IS 150 (58.98% from 255) = 26.74%
R=28.34%
G=44.92%
B=26.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1592521500.3700.400.01114.7194.4478.82
Hex9FFC96250281735e4f
Octal237374226450501163136117
Binary10011111111111001001011010010101010001111001110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,252,150); }

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

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

 a { background-color: rgb(159,252,150); }

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

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

 span { border-color: rgb(159,252,150); }

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