#A1F001

Color #A1F001 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #A1F001

Tints of Spring Bud #A1F001

Color information

#A1F001 (or 0xA1F001) is unknown color: approx Spring Bud. HEX triplet: A1, F0 and 01. RGB value is (161,240,1). Sum of RGB (Red+Green+Blue) = 161+240+1=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 240 (94.14% from 255 or 59.70% from 402); Blue value is 1 (0.78% from 255 or 0.25% from 402); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F001 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F001 is #5E0FFE. Grayscale: #BEBEBE. Windows color (decimal): -6164479 or 127137. OLE color: 127137.

HSL color Cylindrical-coordinate representation of color #A1F001: hue angle of 79.83º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1F001 is Cyan = 0.33, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB1612401-
CMYK0.3301.000.06
HSL79.83º99.17%47.25%-
HSV(B)79.83º99.58%94.12%-
XYZ45.8669.911.1-
YUV189.1321.83107.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.05%
GREEN value IS 240 (94.14% from 255) = 59.70%
BLUE value IS 1 (0.78% from 255) = 0.25%
R=40.05%
G=59.70%
B=0.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal16124010.3301.000.0679.8399.1747.25
HexA1F0121064650632f
Octal2413601410144612014357
Binary101000011111000011000010110010011010100001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F001; }

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

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

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

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

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

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

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

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