Html Css Color HEX #A3F60C Spring Bud

📋 copy color: '#A3F60C'

red 163 ◦ green 246 ◦ blue 12

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

Shades of Spring Bud #A3F60C

Tints of Spring Bud #A3F60C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 58.43%

 BLUE value IS 12 (5.08% from 255) = 2.85%

R = 38.72%
G = 58.43%
B = 2.85%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#A3F60C (or 0xA3F60C) is known color: Spring Bud. HEX triplet: A3, F6 and 0C. RGB value is (163,246,12). Sum of RGB (Red+Green+Blue) = 163+246+12=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 246 (96.48% from 255 or 58.43% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 246 - color contains mainly: green. Hex color #A3F60C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3F60C is #5C09F3. Grayscale: #C3C3C3. Windows color (decimal): -6031860 or 849571. OLE color: 849571.

HSL color Cylindrical-coordinate representation of color #A3F60C: hue angle of 81.28º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A3F60C is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 163 246 12 -
CMYK 0.34 0 0.95 0.04
HSL 81.28º 0.93% 0.51% -
HSV(B) 81.28º 0.95% 0.96% -
XYZ 48.13 73.72 12.04 -
YUV 194.51 25 105.53 -
System Red Green Blue C M Y K H S L
Decimal 163 246 12 0.34 0 0.95 0.04 81.28 0.93 0.51
Hex A3 F6 C 22 0 5F 4 51 5D 33
Octal 243 366 14 42 0 137 4 121 135 63
Binary 10100011 11110110 1100 100010 0 1011111 100 1010001 1011101 110011

Color Harmonies of #A3F60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3F60C

Black with #A3F60C

Text Example


Text Example

White with #A3F60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3F60C; }

 p { color: rgb(163,246,12); }

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

background-color css

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

 a { background-color: rgb(163,246,12); }

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

border-color css

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

 span { border-color: rgb(163,246,12); }

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