#A1F695

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

Shades of Pale Green #A1F695

Tints of Pale Green #A1F695

Color information

#A1F695 (or 0xA1F695) is unknown color: approx Pale Green. HEX triplet: A1, F6 and 95. RGB value is (161,246,149). Sum of RGB (Red+Green+Blue) = 161+246+149=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 246 (96.48% from 255 or 44.24% from 556); Blue value is 149 (58.59% from 255 or 26.80% from 556); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F695 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F695 is #5E096A. Grayscale: #D1D1D1. Windows color (decimal): -6162795 or 9828001. OLE color: 9828001.

HSL color Cylindrical-coordinate representation of color #A1F695: hue angle of 112.58º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1F695 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB161246149-
CMYK0.3500.390.04
HSL112.58º84.35%77.45%-
HSV(B)112.58º39.43%96.47%-
XYZ53.0875.6640.24-
YUV209.5393.8493.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.96%
GREEN value IS 246 (96.48% from 255) = 44.24%
BLUE value IS 149 (58.59% from 255) = 26.80%
R=28.96%
G=44.24%
B=26.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1612461490.3500.390.04112.5884.3577.45
HexA1F69523027471544d
Octal241366225430474161124115
Binary1010000111110110100101011000110100111100111000110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F695; }

 p { color: rgb(161,246,149); }

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

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

 a { background-color: rgb(161,246,149); }

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

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

 span { border-color: rgb(161,246,149); }

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