#A1FB10

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

Shades of Spring Bud #A1FB10

Tints of Spring Bud #A1FB10

Color information

#A1FB10 (or 0xA1FB10) is unknown color: approx Spring Bud. HEX triplet: A1, FB and 10. RGB value is (161,251,16). Sum of RGB (Red+Green+Blue) = 161+251+16=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 251 (98.44% from 255 or 58.64% from 428); Blue value is 16 (6.64% from 255 or 3.74% from 428); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FB10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FB10 is #5E04EF. Grayscale: #C6C6C6. Windows color (decimal): -6161648 or 1112993. OLE color: 1112993.

HSL color Cylindrical-coordinate representation of color #A1FB10: hue angle of 82.98º 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 #A1FB10 is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB16125116-
CMYK0.3600.940.02
HSL82.98º96.71%52.35%-
HSV(B)82.98º93.63%98.43%-
XYZ49.2976.6112.68-
YUV197.325.68102.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.62%
GREEN value IS 251 (98.44% from 255) = 58.64%
BLUE value IS 16 (6.64% from 255) = 3.74%
R=37.62%
G=58.64%
B=3.74%

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
Decimal161251160.3600.940.0282.9896.7152.35
HexA1FB102405E2536134
Octal24137320440136212314164
Binary101000011111101110000100100010111101010100111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FB10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FB10; }

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

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

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

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

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

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

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

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