#a1fb7f

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

Shades of Pale Green #A1FB7F

Tints of Pale Green #A1FB7F

Color information

#A1FB7F (or 0xA1FB7F) is unknown color: approx Pale Green. HEX triplet: A1, FB and 7F. RGB value is (161,251,127). Sum of RGB (Red+Green+Blue) = 161+251+127=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 251 (98.44% from 255 or 46.57% from 539); Blue value is 127 (50% from 255 or 23.56% from 539); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FB7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FB7F is #5E0480. Grayscale: #D2D2D2. Windows color (decimal): -6161537 or 8387489. OLE color: 8387489.

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

Color convert

RGB161251127-
CMYK0.3600.490.02
HSL103.55º93.94%74.12%-
HSV(B)103.55º49.4%98.43%-
XYZ53.0378.132.36-
YUV209.9581.1893.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.87%
GREEN value IS 251 (98.44% from 255) = 46.57%
BLUE value IS 127 (50% from 255) = 23.56%
R=29.87%
G=46.57%
B=23.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612511270.3600.490.02103.5593.9474.12
HexA1FB7F240312685e4a
Octal241373177440612150136112
Binary10100001111110111111111100100011000110110100010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1fb7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1fb7f; }

 p { color: rgb(161,251,127); }

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

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

 a { background-color: rgb(161,251,127); }

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

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

 span { border-color: rgb(161,251,127); }

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