Html Css Color HEX #A3FC00 Spring Bud

📋 copy color: '#A3FC00'

red 163 ◦ green 252 ◦ blue 0

#A3FC00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Bud #A3FC00

Tints of Spring Bud #A3FC00

RGB

 RED value IS 163 (64.06% from 255) = 39.28%

 GREEN value IS 252 (98.83% from 255) = 60.72%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.28%
G = 60.72%
B = 0%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#A3FC00 (or 0xA3FC00) is known color: Spring Bud. HEX triplet: A3, FC and 00. RGB value is (163,252,0). Sum of RGB (Red+Green+Blue) = 163+252+0=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 252 (98.83% from 255 or 60.72% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3FC00 is #5C03FF. Grayscale: #C5C5C5. Windows color (decimal): -6030336 or 64675. OLE color: 64675.

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

Color convert

RGB 163 252 0 -
CMYK 0.35 0 1 0.01
HSL 81.19º 1% 0.49% -
HSV(B) 81.19º 1% 0.99% -
XYZ 49.91 77.41 12.31 -
YUV 196.66 17.01 103.99 -
System Red Green Blue C M Y K H S L
Decimal 163 252 0 0.35 0 1 0.01 81.19 1 0.49
Hex A3 FC 0 23 0 64 1 51 64 31
Octal 243 374 0 43 0 144 1 121 144 61
Binary 10100011 11111100 0 100011 0 1100100 1 1010001 1100100 110001

Color Harmonies of #A3FC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3FC00

Black with #A3FC00

Text Example


Text Example

White with #A3FC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3FC00; }

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

 H1.HeaderClassName
 {
   color: #A3FC00;
 }
 .AnyTagClassName
 {
   color: #A3FC00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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