#9FFA96

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

Shades of Pale Green #9FFA96

Tints of Pale Green #9FFA96

Color information

#9FFA96 (or 0x9FFA96) is unknown color: approx Pale Green. HEX triplet: 9F, FA and 96. RGB value is (159,250,150). Sum of RGB (Red+Green+Blue) = 159+250+150=559 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.44% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 150 (58.98% from 255 or 26.83% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFA96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FFA96 is #600569. Grayscale: #D3D3D3. Windows color (decimal): -6292842 or 9894559. OLE color: 9894559.

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

Color convert

RGB159250150-
CMYK0.3600.40.02
HSL114.6º90.91%78.43%-
HSV(B)114.6º40%98.04%-
XYZ53.9977.9441.05-
YUV211.3993.3590.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.44%
GREEN value IS 250 (98.05% from 255) = 44.72%
BLUE value IS 150 (58.98% from 255) = 26.83%
R=28.44%
G=44.72%
B=26.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592501500.3600.40.02114.690.9178.43
Hex9FFA96240282735b4e
Octal237372226440502163133116
Binary100111111111101010010110100100010100010111001110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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