#9CFA96

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

Shades of Pale Green #9CFA96

Tints of Pale Green #9CFA96

Color information

#9CFA96 (or 0x9CFA96) is unknown color: approx Pale Green. HEX triplet: 9C, FA and 96. RGB value is (156,250,150). Sum of RGB (Red+Green+Blue) = 156+250+150=556 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.06% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFA96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CFA96 is #630569. Grayscale: #D2D2D2. Windows color (decimal): -6489450 or 9894556. OLE color: 9894556.

HSL color Cylindrical-coordinate representation of color #9CFA96: hue angle of 116.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CFA96 is Cyan = 0.38, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB156250150-
CMYK0.3800.40.02
HSL116.4º90.91%78.43%-
HSV(B)116.4º40%98.04%-
XYZ53.477.6441.03-
YUV210.4993.8689.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.06%
GREEN value IS 250 (98.05% from 255) = 44.96%
BLUE value IS 150 (58.98% from 255) = 26.98%
R=28.06%
G=44.96%
B=26.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562501500.3800.40.02116.490.9178.43
Hex9CFA96260282745b4e
Octal234372226460502164133116
Binary100111001111101010010110100110010100010111010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,250,150); }

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

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

 a { background-color: rgb(156,250,150); }

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

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

 span { border-color: rgb(156,250,150); }

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