#A1F10F

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

Shades of Spring Bud #A1F10F

Tints of Spring Bud #A1F10F

Color information

#A1F10F (or 0xA1F10F) is unknown color: approx Spring Bud. HEX triplet: A1, F1 and 0F. RGB value is (161,241,15). Sum of RGB (Red+Green+Blue) = 161+241+15=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 241 (94.53% from 255 or 57.79% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F10F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F10F is #5E0EF0. Grayscale: #C0C0C0. Windows color (decimal): -6164209 or 1044897. OLE color: 1044897.

HSL color Cylindrical-coordinate representation of color #A1F10F: hue angle of 81.24º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1F10F is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB16124115-
CMYK0.3300.940.05
HSL81.24º88.98%50.2%-
HSV(B)81.24º93.78%94.51%-
XYZ46.2470.5211.63-
YUV191.3228.5106.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.61%
GREEN value IS 241 (94.53% from 255) = 57.79%
BLUE value IS 15 (6.25% from 255) = 3.60%
R=38.61%
G=57.79%
B=3.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal161241150.3300.940.0581.2488.9850.2
HexA1F1F2105E5515932
Octal24136117410136512113162
Binary101000011111000111111000010101111010110100011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F10F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F10F; }

 p { color: rgb(161,241,15); }

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

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

 a { background-color: rgb(161,241,15); }

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

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

 span { border-color: rgb(161,241,15); }

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