#96F3AE

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

Shades of Pale Green #96F3AE

Tints of Pale Green #96F3AE

Color information

#96F3AE (or 0x96F3AE) is unknown color: approx Pale Green. HEX triplet: 96, F3 and AE. RGB value is (150,243,174). Sum of RGB (Red+Green+Blue) = 150+243+174=567 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.46% from 567); Green value is 243 (95.31% from 255 or 42.86% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 243 - color contains mainly: green. Hex color #96F3AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F3AE is #690C51. Grayscale: #CFCFCF. Windows color (decimal): -6884434 or 11465622. OLE color: 11465622.

HSL color Cylindrical-coordinate representation of color #96F3AE: hue angle of 135.48º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F3AE is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB150243174-
CMYK0.3800.280.05
HSL135.48º79.49%77.06%-
HSV(B)135.48º38.27%95.29%-
XYZ52.2773.6451.5-
YUV207.33109.1987.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.46%
GREEN value IS 243 (95.31% from 255) = 42.86%
BLUE value IS 174 (68.36% from 255) = 30.69%
R=26.46%
G=42.86%
B=30.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502431740.3800.280.05135.4879.4977.06
Hex96F3AE2601C5874f4d
Octal226363256460345207117115
Binary1001011011110011101011101001100111001011000011110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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