#96FAA2

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

Shades of Pale Green #96FAA2

Tints of Pale Green #96FAA2

Color information

#96FAA2 (or 0x96FAA2) is unknown color: approx Pale Green. HEX triplet: 96, FA and A2. RGB value is (150,250,162). Sum of RGB (Red+Green+Blue) = 150+250+162=562 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.69% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 162 (63.67% from 255 or 28.83% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #96FAA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FAA2 is #69055D. Grayscale: #D2D2D2. Windows color (decimal): -6882654 or 10680982. OLE color: 10680982.

HSL color Cylindrical-coordinate representation of color #96FAA2: hue angle of 127.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FAA2 is Cyan = 0.4, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB150250162-
CMYK0.400.350.02
HSL127.2º90.91%78.43%-
HSV(B)127.2º40%98.04%-
XYZ53.2877.4646.33-
YUV210.07100.8785.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.69%
GREEN value IS 250 (98.05% from 255) = 44.48%
BLUE value IS 162 (63.67% from 255) = 28.83%
R=26.69%
G=44.48%
B=28.83%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502501620.400.350.02127.290.9178.43
Hex96FAA22802327f5b4e
Octal226372242500432177133116
Binary100101101111101010100010101000010001110111111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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