#A1FF00

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

Shades of Spring Bud #A1FF00

Tints of Spring Bud #A1FF00

Color information

#A1FF00 (or 0xA1FF00) is unknown color: approx Spring Bud. HEX triplet: A1, FF and 00. RGB value is (161,255,0). Sum of RGB (Red+Green+Blue) = 161+255+0=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 255 (100% from 255 or 61.30% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FF00 is #5E00FF. Grayscale: #C6C6C6. Windows color (decimal): -6160640 or 65441. OLE color: 65441.

HSL color Cylindrical-coordinate representation of color #A1FF00: hue angle of 82.12º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1FF00 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB1612550-
CMYK0.37010
HSL82.12º100%50%-
HSV(B)82.12º100%100%-
XYZ50.4679.112.61-
YUV197.8216.36101.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.70%
GREEN value IS 255 (100% from 255) = 61.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.70%
G=61.30%
B=0%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal16125500.3701082.1210050
HexA1FF0250640526432
Octal2413770450144012214462
Binary1010000111111111010010101100100010100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FF00; }

 p { color: rgb(161,255,0); }

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

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

 a { background-color: rgb(161,255,0); }

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

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

 span { border-color: rgb(161,255,0); }

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