#96FAA3

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

Shades of Pale Green #96FAA3

Tints of Pale Green #96FAA3

Color information

#96FAA3 (or 0x96FAA3) is unknown color: approx Pale Green. HEX triplet: 96, FA and A3. RGB value is (150,250,163). Sum of RGB (Red+Green+Blue) = 150+250+163=563 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.64% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 163 (64.06% from 255 or 28.95% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #96FAA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FAA3 is #69055C. Grayscale: #D2D2D2. Windows color (decimal): -6882653 or 10746518. OLE color: 10746518.

HSL color Cylindrical-coordinate representation of color #96FAA3: hue angle of 127.8º 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 #96FAA3 is Cyan = 0.4, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB150250163-
CMYK0.400.350.02
HSL127.8º90.91%78.43%-
HSV(B)127.8º40%98.04%-
XYZ53.3777.546.8-
YUV210.18101.3785.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.64%
GREEN value IS 250 (98.05% from 255) = 44.40%
BLUE value IS 163 (64.06% from 255) = 28.95%
R=26.64%
G=44.40%
B=28.95%

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
Decimal1502501630.400.350.02127.890.9178.43
Hex96FAA3280232805b4e
Octal226372243500432200133116
Binary1001011011111010101000111010000100011101000000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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