#96F99F

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

Shades of Pale Green #96F99F

Tints of Pale Green #96F99F

Color information

#96F99F (or 0x96F99F) is unknown color: approx Pale Green. HEX triplet: 96, F9 and 9F. RGB value is (150,249,159). Sum of RGB (Red+Green+Blue) = 150+249+159=558 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.88% from 558); Green value is 249 (97.66% from 255 or 44.62% from 558); Blue value is 159 (62.5% from 255 or 28.49% from 558); Max value from RGB is 249 - color contains mainly: green. Hex color #96F99F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F99F is #690660. Grayscale: #D1D1D1. Windows color (decimal): -6882913 or 10484118. OLE color: 10484118.

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

Color convert

RGB150249159-
CMYK0.4000.360.02
HSL125.45º89.19%78.24%-
HSV(B)125.45º39.76%97.65%-
XYZ52.7176.7444.83-
YUV209.1499.785.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.88%
GREEN value IS 249 (97.66% from 255) = 44.62%
BLUE value IS 159 (62.5% from 255) = 28.49%
R=26.88%
G=44.62%
B=28.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502491590.4000.360.02125.4589.1978.24
Hex96F99F2802427d594e
Octal226371237500442175131116
Binary100101101111100110011111101000010010010111110110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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