#A3FD07

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

Shades of Spring Bud #A3FD07

Tints of Spring Bud #A3FD07

Color information

#A3FD07 (or 0xA3FD07) is unknown color: approx Spring Bud. HEX triplet: A3, FD and 07. RGB value is (163,253,7). Sum of RGB (Red+Green+Blue) = 163+253+7=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 253 (99.22% from 255 or 59.81% from 423); Blue value is 7 (3.12% from 255 or 1.65% from 423); Max value from RGB is 253 - color contains mainly: green. Hex color #A3FD07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3FD07 is #5C02F8. Grayscale: #C6C6C6. Windows color (decimal): -6030073 or 523683. OLE color: 523683.

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

Color convert

RGB1632537-
CMYK0.3600.970.01
HSL81.95º98.4%50.98%-
HSV(B)81.95º97.23%99.22%-
XYZ50.2778.0512.62-
YUV198.0520.18103-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.53%
GREEN value IS 253 (99.22% from 255) = 59.81%
BLUE value IS 7 (3.12% from 255) = 1.65%
R=38.53%
G=59.81%
B=1.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal16325370.3600.970.0181.9598.450.98
HexA3FD7240611526233
Octal2433757440141112214263
Binary101000111111110111110010001100001110100101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FD07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FD07; }

 p { color: rgb(163,253,7); }

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

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

 a { background-color: rgb(163,253,7); }

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

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

 span { border-color: rgb(163,253,7); }

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