#A6F996

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

Shades of Pale Green #A6F996

Tints of Pale Green #A6F996

Color information

#A6F996 (or 0xA6F996) is unknown color: approx Pale Green. HEX triplet: A6, F9 and 96. RGB value is (166,249,150). Sum of RGB (Red+Green+Blue) = 166+249+150=565 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.38% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #A6F996 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6F996 is #590669. Grayscale: #D5D5D5. Windows color (decimal): -5834346 or 9894310. OLE color: 9894310.

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

Color convert

RGB166249150-
CMYK0.3300.400.02
HSL110.3º89.19%78.24%-
HSV(B)110.3º39.76%97.65%-
XYZ55.1178.0641.02-
YUV212.992.594.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.38%
GREEN value IS 249 (97.66% from 255) = 44.07%
BLUE value IS 150 (58.98% from 255) = 26.55%
R=29.38%
G=44.07%
B=26.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662491500.3300.400.02110.389.1978.24
HexA6F9962102826e594e
Octal246371226410502156131116
Binary101001101111100110010110100001010100010110111010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F996; }

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

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

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

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

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

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

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

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