#A3FF11

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

Shades of Spring Bud #A3FF11

Tints of Spring Bud #A3FF11

Color information

#A3FF11 (or 0xA3FF11) is unknown color: approx Spring Bud. HEX triplet: A3, FF and 11. RGB value is (163,255,17). Sum of RGB (Red+Green+Blue) = 163+255+17=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 255 (100% from 255 or 58.62% from 435); Blue value is 17 (7.03% from 255 or 3.91% from 435); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FF11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3FF11 is #5C00EE. Grayscale: #C9C9C9. Windows color (decimal): -6029551 or 1179555. OLE color: 1179555.

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

Color convert

RGB16325517-
CMYK0.3600.930
HSL83.19º100%53.33%-
HSV(B)83.19º93.33%100%-
XYZ50.9779.3513.16-
YUV200.3624.52101.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.47%
GREEN value IS 255 (100% from 255) = 58.62%
BLUE value IS 17 (7.03% from 255) = 3.91%
R=37.47%
G=58.62%
B=3.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal163255170.3600.93083.1910053.33
HexA3FF112405D0536435
Octal24337721440135012314465
Binary10100011111111111000110010001011101010100111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FF11; }

 p { color: rgb(163,255,17); }

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

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

 a { background-color: rgb(163,255,17); }

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

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

 span { border-color: rgb(163,255,17); }

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