Html Css Color HEX #A3F808 Spring Bud

📋 copy color: '#A3F808'

red 163 ◦ green 248 ◦ blue 8

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

Shades of Spring Bud #A3F808

Tints of Spring Bud #A3F808

RGB

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

 GREEN value IS 248 (97.27% from 255) = 59.19%

 BLUE value IS 8 (3.52% from 255) = 1.91%

R = 38.9%
G = 59.19%
B = 1.91%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#A3F808 (or 0xA3F808) is known color: Spring Bud. HEX triplet: A3, F8 and 08. RGB value is (163,248,8). Sum of RGB (Red+Green+Blue) = 163+248+8=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 248 (97.27% from 255 or 59.19% from 419); Blue value is 8 (3.52% from 255 or 1.91% from 419); Max value from RGB is 248 - color contains mainly: green. Hex color #A3F808 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3F808 is #5C07F7. Grayscale: #C4C4C4. Windows color (decimal): -6031352 or 587939. OLE color: 587939.

HSL color Cylindrical-coordinate representation of color #A3F808: hue angle of 81.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A3F808 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB 163 248 8 -
CMYK 0.34 0 0.97 0.03
HSL 81.25º 0.94% 0.5% -
HSV(B) 81.25º 0.97% 0.97% -
XYZ 48.72 74.94 12.13 -
YUV 195.23 22.34 105.01 -
System Red Green Blue C M Y K H S L
Decimal 163 248 8 0.34 0 0.97 0.03 81.25 0.94 0.5
Hex A3 F8 8 22 0 61 3 51 5E 32
Octal 243 370 10 42 0 141 3 121 136 62
Binary 10100011 11111000 1000 100010 0 1100001 11 1010001 1011110 110010

Color Harmonies of #A3F808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3F808

Black with #A3F808

Text Example


Text Example

White with #A3F808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3F808; }

 p { color: rgb(163,248,8); }

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

background-color css

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

 a { background-color: rgb(163,248,8); }

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

border-color css

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

 span { border-color: rgb(163,248,8); }

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