#A3F996

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

Shades of Pale Green #A3F996

Tints of Pale Green #A3F996

Color information

#A3F996 (or 0xA3F996) is unknown color: approx Pale Green. HEX triplet: A3, F9 and 96. RGB value is (163,249,150). Sum of RGB (Red+Green+Blue) = 163+249+150=562 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.00% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 249 - color contains mainly: green. Hex color #A3F996 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3F996 is #5C0669. Grayscale: #D4D4D4. Windows color (decimal): -6030954 or 9894307. OLE color: 9894307.

HSL color Cylindrical-coordinate representation of color #A3F996: hue angle of 112.12º degrees, saturation: 0.89, 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 #A3F996 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB163249150-
CMYK0.3500.400.02
HSL112.12º89.19%78.24%-
HSV(B)112.12º39.76%97.65%-
XYZ54.4877.7440.99-
YUV21293.0193.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.00%
GREEN value IS 249 (97.66% from 255) = 44.31%
BLUE value IS 150 (58.98% from 255) = 26.69%
R=29.00%
G=44.31%
B=26.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1632491500.3500.400.02112.1289.1978.24
HexA3F99623028270594e
Octal243371226430502160131116
Binary101000111111100110010110100011010100010111000010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F996; }

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

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

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

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

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

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

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

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