#A1FB0F

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

Shades of Spring Bud #A1FB0F

Tints of Spring Bud #A1FB0F

Color information

#A1FB0F (or 0xA1FB0F) is unknown color: approx Spring Bud. HEX triplet: A1, FB and 0F. RGB value is (161,251,15). Sum of RGB (Red+Green+Blue) = 161+251+15=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 251 (98.44% from 255 or 58.78% from 427); Blue value is 15 (6.25% from 255 or 3.51% from 427); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FB0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FB0F is #5E04F0. Grayscale: #C6C6C6. Windows color (decimal): -6161649 or 1047457. OLE color: 1047457.

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

Color convert

RGB16125115-
CMYK0.3600.940.02
HSL82.88º96.72%52.16%-
HSV(B)82.88º94.02%98.43%-
XYZ49.2876.6112.64-
YUV197.1925.18102.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.70%
GREEN value IS 251 (98.44% from 255) = 58.78%
BLUE value IS 15 (6.25% from 255) = 3.51%
R=37.70%
G=58.78%
B=3.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal161251150.3600.940.0282.8896.7252.16
HexA1FBF2405E2536134
Octal24137317440136212314164
Binary10100001111110111111100100010111101010100111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FB0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FB0F; }

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

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

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

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

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

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

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

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