#A3FC0F

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

Shades of Spring Bud #A3FC0F

Tints of Spring Bud #A3FC0F

Color information

#A3FC0F (or 0xA3FC0F) is unknown color: approx Spring Bud. HEX triplet: A3, FC and 0F. RGB value is (163,252,15). Sum of RGB (Red+Green+Blue) = 163+252+15=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 252 (98.83% from 255 or 58.60% from 430); Blue value is 15 (6.25% from 255 or 3.49% from 430); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FC0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3FC0F is #5C03F0. Grayscale: #C7C7C7. Windows color (decimal): -6030321 or 1047715. OLE color: 1047715.

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

Color convert

RGB16325215-
CMYK0.3500.940.01
HSL82.53º97.53%52.35%-
HSV(B)82.53º94.05%98.82%-
XYZ5077.4412.76-
YUV198.3724.51102.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 252 (98.83% from 255) = 58.60%
BLUE value IS 15 (6.25% from 255) = 3.49%
R=37.91%
G=58.60%
B=3.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal163252150.3500.940.0182.5397.5352.35
HexA3FCF2305E1536234
Octal24337417430136112314264
Binary1010001111111100111110001101011110110100111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FC0F; }

 p { color: rgb(163,252,15); }

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

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

 a { background-color: rgb(163,252,15); }

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

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

 span { border-color: rgb(163,252,15); }

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