#A6FB95

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

Shades of Pale Green #A6FB95

Tints of Pale Green #A6FB95

Color information

#A6FB95 (or 0xA6FB95) is unknown color: approx Pale Green. HEX triplet: A6, FB and 95. RGB value is (166,251,149). Sum of RGB (Red+Green+Blue) = 166+251+149=566 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.33% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FB95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6FB95 is #59046A. Grayscale: #D6D6D6. Windows color (decimal): -5833835 or 9829286. OLE color: 9829286.

HSL color Cylindrical-coordinate representation of color #A6FB95: hue angle of 110º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6FB95 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB166251149-
CMYK0.3400.410.02
HSL110º92.73%78.43%-
HSV(B)110º40.64%98.43%-
XYZ55.6579.2740.8-
YUV213.9691.3493.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.33%
GREEN value IS 251 (98.44% from 255) = 44.35%
BLUE value IS 149 (58.59% from 255) = 26.33%
R=29.33%
G=44.35%
B=26.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662511490.3400.410.0211092.7378.43
HexA6FB952202926e5d4e
Octal246373225420512156135116
Binary101001101111101110010101100010010100110110111010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FB95; }

 p { color: rgb(166,251,149); }

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

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

 a { background-color: rgb(166,251,149); }

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

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

 span { border-color: rgb(166,251,149); }

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