#96F6AE

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

Shades of Pale Green #96F6AE

Tints of Pale Green #96F6AE

Color information

#96F6AE (or 0x96F6AE) is unknown color: approx Pale Green. HEX triplet: 96, F6 and AE. RGB value is (150,246,174). Sum of RGB (Red+Green+Blue) = 150+246+174=570 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.32% from 570); Green value is 246 (96.48% from 255 or 43.16% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 246 - color contains mainly: green. Hex color #96F6AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F6AE is #690951. Grayscale: #D1D1D1. Windows color (decimal): -6883666 or 11466390. OLE color: 11466390.

HSL color Cylindrical-coordinate representation of color #96F6AE: hue angle of 135º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F6AE is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB150246174-
CMYK0.3900.290.04
HSL135º84.21%77.65%-
HSV(B)135º39.02%96.47%-
XYZ53.1775.4551.81-
YUV209.09108.285.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.32%
GREEN value IS 246 (96.48% from 255) = 43.16%
BLUE value IS 174 (68.36% from 255) = 30.53%
R=26.32%
G=43.16%
B=30.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1502461740.3900.290.0413584.2177.65
Hex96F6AE2701D487544e
Octal226366256470354207124116
Binary1001011011110110101011101001110111011001000011110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,246,174); }

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

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

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

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

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

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

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