#96F0A2

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

Shades of Pale Green #96F0A2

Tints of Pale Green #96F0A2

Color information

#96F0A2 (or 0x96F0A2) is unknown color: approx Pale Green. HEX triplet: 96, F0 and A2. RGB value is (150,240,162). Sum of RGB (Red+Green+Blue) = 150+240+162=552 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.17% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 162 (63.67% from 255 or 29.35% from 552); Max value from RGB is 240 - color contains mainly: green. Hex color #96F0A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F0A2 is #690F5D. Grayscale: #CCCCCC. Windows color (decimal): -6885214 or 10678422. OLE color: 10678422.

HSL color Cylindrical-coordinate representation of color #96F0A2: hue angle of 128º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F0A2 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB150240162-
CMYK0.3700.320.06
HSL128º75%76.47%-
HSV(B)128º37.5%94.12%-
XYZ50.2671.4145.32-
YUV204.2104.1889.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.17%
GREEN value IS 240 (94.14% from 255) = 43.48%
BLUE value IS 162 (63.67% from 255) = 29.35%
R=27.17%
G=43.48%
B=29.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1502401620.3700.320.061287576.47
Hex96F0A2250206804b4c
Octal226360242450406200113114
Binary10010110111100001010001010010101000001101000000010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,240,162); }

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

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

 a { background-color: rgb(150,240,162); }

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

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

 span { border-color: rgb(150,240,162); }

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