#96F996

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

Shades of Pale Green #96F996

Tints of Pale Green #96F996

Color information

#96F996 (or 0x96F996) is unknown color: approx Pale Green. HEX triplet: 96, F9 and 96. RGB value is (150,249,150). Sum of RGB (Red+Green+Blue) = 150+249+150=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #96F996 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F996 is #690669. Grayscale: #D0D0D0. Windows color (decimal): -6882922 or 9894294. OLE color: 9894294.

HSL color Cylindrical-coordinate representation of color #96F996: hue angle of 120º degrees, saturation: 0.89, 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 #96F996 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB150249150-
CMYK0.4000.400.02
HSL120º89.19%78.24%-
HSV(B)120º39.76%97.65%-
XYZ51.9676.4440.87-
YUV208.1195.286.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.32%
GREEN value IS 249 (97.66% from 255) = 45.36%
BLUE value IS 150 (58.98% from 255) = 27.32%
R=27.32%
G=45.36%
B=27.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502491500.4000.400.0212089.1978.24
Hex96F99628028278594e
Octal226371226500502170131116
Binary100101101111100110010110101000010100010111100010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96F996; }

 p { color: rgb(150,249,150); }

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

<style>
 a { background-color: #96F996; }

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

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

<style>
 span { border-color: #96F996; }

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

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