#96FCAB

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

Shades of Pale Green #96FCAB

Tints of Pale Green #96FCAB

Color information

#96FCAB (or 0x96FCAB) is unknown color: approx Pale Green. HEX triplet: 96, FC and AB. RGB value is (150,252,171). Sum of RGB (Red+Green+Blue) = 150+252+171=573 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.18% from 573); Green value is 252 (98.83% from 255 or 43.98% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FCAB is #690354. Grayscale: #D4D4D4. Windows color (decimal): -6882133 or 11271318. OLE color: 11271318.

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

Color convert

RGB150252171-
CMYK0.4000.320.01
HSL132.35º94.44%78.82%-
HSV(B)132.35º40.48%98.82%-
XYZ54.7479.0550.9-
YUV212.27104.7183.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.18%
GREEN value IS 252 (98.83% from 255) = 43.98%
BLUE value IS 171 (67.19% from 255) = 29.84%
R=26.18%
G=43.98%
B=29.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1502521710.4000.320.01132.3594.4478.82
Hex96FCAB280201845e4f
Octal226374253500401204136117
Binary100101101111110010101011101000010000011000010010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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