#A1F987

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

Shades of Pale Green #A1F987

Tints of Pale Green #A1F987

Color information

#A1F987 (or 0xA1F987) is unknown color: approx Pale Green. HEX triplet: A1, F9 and 87. RGB value is (161,249,135). Sum of RGB (Red+Green+Blue) = 161+249+135=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 135 (53.12% from 255 or 24.77% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F987 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F987 is #5E0678. Grayscale: #D2D2D2. Windows color (decimal): -6162041 or 8911265. OLE color: 8911265.

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

Color convert

RGB161249135-
CMYK0.3500.460.02
HSL106.32º90.48%75.29%-
HSV(B)106.32º45.78%97.65%-
XYZ52.9577.0835.01-
YUV209.6985.8593.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.54%
GREEN value IS 249 (97.66% from 255) = 45.69%
BLUE value IS 135 (53.12% from 255) = 24.77%
R=29.54%
G=45.69%
B=24.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612491350.3500.460.02106.3290.4875.29
HexA1F9872302E26a5a4b
Octal241371207430562152132113
Binary101000011111100110000111100011010111010110101010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F987; }

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

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

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

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

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

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

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

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