Html Css Color HEX #A3F20A Spring Bud

📋 copy color: '#A3F20A'

red 163 ◦ green 242 ◦ blue 10

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

Shades of Spring Bud #A3F20A

Tints of Spring Bud #A3F20A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 58.31%

 BLUE value IS 10 (4.3% from 255) = 2.41%

R = 39.28%
G = 58.31%
B = 2.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#A3F20A (or 0xA3F20A) is known color: Spring Bud. HEX triplet: A3, F2 and 0A. RGB value is (163,242,10). Sum of RGB (Red+Green+Blue) = 163+242+10=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 242 (94.92% from 255 or 58.31% from 415); Blue value is 10 (4.30% from 255 or 2.41% from 415); Max value from RGB is 242 - color contains mainly: green. Hex color #A3F20A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3F20A is #5C0DF5. Grayscale: #C0C0C0. Windows color (decimal): -6032886 or 717475. OLE color: 717475.

HSL color Cylindrical-coordinate representation of color #A3F20A: hue angle of 80.43º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A3F20A is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 242 10 -
CMYK 0.33 0 0.96 0.05
HSL 80.43º 0.92% 0.49% -
HSV(B) 80.43º 0.96% 0.95% -
XYZ 46.91 71.31 11.58 -
YUV 191.93 25.33 107.36 -
System Red Green Blue C M Y K H S L
Decimal 163 242 10 0.33 0 0.96 0.05 80.43 0.92 0.49
Hex A3 F2 A 21 0 60 5 50 5C 31
Octal 243 362 12 41 0 140 5 120 134 61
Binary 10100011 11110010 1010 100001 0 1100000 101 1010000 1011100 110001

Color Harmonies of #A3F20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3F20A

Black with #A3F20A

Text Example


Text Example

White with #A3F20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3F20A; }

 p { color: rgb(163,242,10); }

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

background-color css

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

 a { background-color: rgb(163,242,10); }

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

border-color css

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

 span { border-color: rgb(163,242,10); }

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