#A3FE13

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

Shades of Spring Bud #A3FE13

Tints of Spring Bud #A3FE13

Color information

#A3FE13 (or 0xA3FE13) is unknown color: approx Spring Bud. HEX triplet: A3, FE and 13. RGB value is (163,254,19). Sum of RGB (Red+Green+Blue) = 163+254+19=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 254 (99.61% from 255 or 58.26% from 436); Blue value is 19 (7.81% from 255 or 4.36% from 436); Max value from RGB is 254 - color contains mainly: green. Hex color #A3FE13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3FE13 is #5C01EC. Grayscale: #C8C8C8. Windows color (decimal): -6029805 or 1310371. OLE color: 1310371.

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

Color convert

RGB16325419-
CMYK0.3600.930.00
HSL83.23º99.16%53.53%-
HSV(B)83.23º92.52%99.61%-
XYZ50.6678.7213.14-
YUV20025.85101.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.39%
GREEN value IS 254 (99.61% from 255) = 58.26%
BLUE value IS 19 (7.81% from 255) = 4.36%
R=37.39%
G=58.26%
B=4.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal163254190.3600.930.0083.2399.1653.53
HexA3FE132405D0536336
Octal24337623440135012314366
Binary10100011111111101001110010001011101010100111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FE13; }

 p { color: rgb(163,254,19); }

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

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

 a { background-color: rgb(163,254,19); }

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

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

 span { border-color: rgb(163,254,19); }

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