#A3FB0D

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

Shades of Spring Bud #A3FB0D

Tints of Spring Bud #A3FB0D

Color information

#A3FB0D (or 0xA3FB0D) is unknown color: approx Spring Bud. HEX triplet: A3, FB and 0D. RGB value is (163,251,13). Sum of RGB (Red+Green+Blue) = 163+251+13=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 251 (98.44% from 255 or 58.78% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 251 - color contains mainly: green. Hex color #A3FB0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3FB0D is #5C04F2. Grayscale: #C6C6C6. Windows color (decimal): -6030579 or 916387. OLE color: 916387.

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

Color convert

RGB16325113-
CMYK0.3500.950.02
HSL82.18º96.75%51.76%-
HSV(B)82.18º94.82%98.43%-
XYZ49.6776.8112.59-
YUV197.5623.85103.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.17%
GREEN value IS 251 (98.44% from 255) = 58.78%
BLUE value IS 13 (5.47% from 255) = 3.04%
R=38.17%
G=58.78%
B=3.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal163251130.3500.950.0282.1896.7551.76
HexA3FBD2305F2526134
Octal24337315430137212214164
Binary10100011111110111101100011010111111010100101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FB0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FB0D; }

 p { color: rgb(163,251,13); }

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

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

 a { background-color: rgb(163,251,13); }

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

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

 span { border-color: rgb(163,251,13); }

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