#A1F09C

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

Shades of Pale Green #A1F09C

Tints of Pale Green #A1F09C

Color information

#A1F09C (or 0xA1F09C) is unknown color: approx Pale Green. HEX triplet: A1, F0 and 9C. RGB value is (161,240,156). Sum of RGB (Red+Green+Blue) = 161+240+156=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 156 (61.33% from 255 or 28.01% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F09C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F09C is #5E0F63. Grayscale: #CFCFCF. Windows color (decimal): -6164324 or 10285217. OLE color: 10285217.

HSL color Cylindrical-coordinate representation of color #A1F09C: hue angle of 116.43º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F09C is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB161240156-
CMYK0.3300.350.06
HSL116.43º73.68%77.65%-
HSV(B)116.43º35%94.12%-
XYZ51.8672.342.67-
YUV206.899.3395.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.90%
GREEN value IS 240 (94.14% from 255) = 43.09%
BLUE value IS 156 (61.33% from 255) = 28.01%
R=28.90%
G=43.09%
B=28.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1612401560.3300.350.06116.4373.6877.65
HexA1F09C210236744a4e
Octal241360234410436164112116
Binary1010000111110000100111001000010100011110111010010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F09C; }

 p { color: rgb(161,240,156); }

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

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

 a { background-color: rgb(161,240,156); }

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

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

 span { border-color: rgb(161,240,156); }

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