Html Css Color HEX #A3F900 Spring Bud

📋 copy color: '#A3F900'

red 163 ◦ green 249 ◦ blue 0

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

Shades of Spring Bud #A3F900

Tints of Spring Bud #A3F900

RGB

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

 GREEN value IS 249 (97.66% from 255) = 60.44%

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

R = 39.56%
G = 60.44%
B = 0%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#A3F900 (or 0xA3F900) is known color: Spring Bud. HEX triplet: A3, F9 and 00. RGB value is (163,249,0). Sum of RGB (Red+Green+Blue) = 163+249+0=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 249 (97.66% from 255 or 60.44% from 412); Blue value is 0 (0.39% from 255 or 0% from 412); Max value from RGB is 249 - color contains mainly: green. Hex color #A3F900 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3F900 is #5C06FF. Grayscale: #C3C3C3. Windows color (decimal): -6031104 or 63907. OLE color: 63907.

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

Color convert

RGB 163 249 0 -
CMYK 0.35 0 1 0.02
HSL 80.72º 1% 0.49% -
HSV(B) 80.72º 1% 0.98% -
XYZ 48.98 75.54 12 -
YUV 194.9 18.01 105.25 -
System Red Green Blue C M Y K H S L
Decimal 163 249 0 0.35 0 1 0.02 80.72 1 0.49
Hex A3 F9 0 23 0 64 2 51 64 31
Octal 243 371 0 43 0 144 2 121 144 61
Binary 10100011 11111001 0 100011 0 1100100 10 1010001 1100100 110001

Color Harmonies of #A3F900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3F900

Black with #A3F900

Text Example


Text Example

White with #A3F900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3F900; }

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

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

background-color css

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

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

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

border-color css

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

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

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