#A4FD03

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

Shades of Spring Bud #A4FD03

Tints of Spring Bud #A4FD03

Color information

#A4FD03 (or 0xA4FD03) is unknown color: approx Spring Bud. HEX triplet: A4, FD and 03. RGB value is (164,253,3). Sum of RGB (Red+Green+Blue) = 164+253+3=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 253 (99.22% from 255 or 60.24% from 420); Blue value is 3 (1.56% from 255 or 0.71% from 420); Max value from RGB is 253 - color contains mainly: green. Hex color #A4FD03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4FD03 is #5B02FC. Grayscale: #C6C6C6. Windows color (decimal): -5964541 or 261540. OLE color: 261540.

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

Color convert

RGB1642533-
CMYK0.3500.990.01
HSL81.36º98.43%50.2%-
HSV(B)81.36º98.81%99.22%-
XYZ50.4578.1512.51-
YUV197.8918.01103.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 253 (99.22% from 255) = 60.24%
BLUE value IS 3 (1.56% from 255) = 0.71%
R=39.05%
G=60.24%
B=0.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal16425330.3500.990.0181.3698.4350.2
HexA4FD3230631516232
Octal2443753430143112114262
Binary10100100111111011110001101100011110100011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FD03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FD03; }

 p { color: rgb(164,253,3); }

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

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

 a { background-color: rgb(164,253,3); }

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

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

 span { border-color: rgb(164,253,3); }

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