#96FCAF

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

Shades of Pale Green #96FCAF

Tints of Pale Green #96FCAF

Color information

#96FCAF (or 0x96FCAF) is unknown color: approx Pale Green. HEX triplet: 96, FC and AF. RGB value is (150,252,175). Sum of RGB (Red+Green+Blue) = 150+252+175=577 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.00% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FCAF is #690350. Grayscale: #D4D4D4. Windows color (decimal): -6882129 or 11533462. OLE color: 11533462.

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

Color convert

RGB150252175-
CMYK0.4000.310.01
HSL134.71º94.44%78.82%-
HSV(B)134.71º40.48%98.82%-
XYZ55.1379.252.94-
YUV212.72106.7183.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.00%
GREEN value IS 252 (98.83% from 255) = 43.67%
BLUE value IS 175 (68.75% from 255) = 30.33%
R=26.00%
G=43.67%
B=30.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1502521750.4000.310.01134.7194.4478.82
Hex96FCAF2801F1875e4f
Octal226374257500371207136117
Binary10010110111111001010111110100001111111000011110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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