#A1F99F

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

Shades of Pale Green #A1F99F

Tints of Pale Green #A1F99F

Color information

#A1F99F (or 0xA1F99F) is unknown color: approx Pale Green. HEX triplet: A1, F9 and 9F. RGB value is (161,249,159). Sum of RGB (Red+Green+Blue) = 161+249+159=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 249 (97.66% from 255 or 43.76% from 569); Blue value is 159 (62.5% from 255 or 27.94% from 569); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F99F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F99F is #5E0660. Grayscale: #D4D4D4. Windows color (decimal): -6162017 or 10484129. OLE color: 10484129.

HSL color Cylindrical-coordinate representation of color #A1F99F: hue angle of 118.67º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1F99F is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB161249159-
CMYK0.3500.360.02
HSL118.67º88.24%80%-
HSV(B)118.67º36.14%97.65%-
XYZ54.8377.8344.93-
YUV212.4397.8591.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.30%
GREEN value IS 249 (97.66% from 255) = 43.76%
BLUE value IS 159 (62.5% from 255) = 27.94%
R=28.30%
G=43.76%
B=27.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612491590.3500.360.02118.6788.2480
HexA1F99F230242775850
Octal241371237430442167130120
Binary101000011111100110011111100011010010010111011110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F99F; }

 p { color: rgb(161,249,159); }

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

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

 a { background-color: rgb(161,249,159); }

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

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

 span { border-color: rgb(161,249,159); }

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