#A1F985

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

Shades of Pale Green #A1F985

Tints of Pale Green #A1F985

Color information

#A1F985 (or 0xA1F985) is unknown color: approx Pale Green. HEX triplet: A1, F9 and 85. RGB value is (161,249,133). Sum of RGB (Red+Green+Blue) = 161+249+133=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F985 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F985 is #5E067A. Grayscale: #D1D1D1. Windows color (decimal): -6162043 or 8780193. OLE color: 8780193.

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

Color convert

RGB161249133-
CMYK0.3500.470.02
HSL105.52º90.62%74.9%-
HSV(B)105.52º46.59%97.65%-
XYZ52.8177.0234.27-
YUV209.4684.8593.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.65%
GREEN value IS 249 (97.66% from 255) = 45.86%
BLUE value IS 133 (52.34% from 255) = 24.49%
R=29.65%
G=45.86%
B=24.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612491330.3500.470.02105.5290.6274.9
HexA1F9852302F26a5b4b
Octal241371205430572152133113
Binary101000011111100110000101100011010111110110101010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F985; }

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

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

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

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

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

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

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

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