Html Css Color HEX #A3F616 Spring Bud

📋 copy color: '#A3F616'

red 163 ◦ green 246 ◦ blue 22

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

Shades of Spring Bud #A3F616

Tints of Spring Bud #A3F616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.1%

R = 37.82%
G = 57.08%
B = 5.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#A3F616 (or 0xA3F616) is known color: Spring Bud. HEX triplet: A3, F6 and 16. RGB value is (163,246,22). Sum of RGB (Red+Green+Blue) = 163+246+22=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 246 (96.48% from 255 or 57.08% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 246 - color contains mainly: green. Hex color #A3F616 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3F616 is #5C09E9. Grayscale: #C4C4C4. Windows color (decimal): -6031850 or 1504931. OLE color: 1504931.

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

Color convert

RGB 163 246 22 -
CMYK 0.34 0 0.91 0.04
HSL 82.23º 0.93% 0.53% -
HSV(B) 82.23º 0.91% 0.96% -
XYZ 48.2 73.76 12.45 -
YUV 195.65 30 104.71 -
System Red Green Blue C M Y K H S L
Decimal 163 246 22 0.34 0 0.91 0.04 82.23 0.93 0.53
Hex A3 F6 16 22 0 5B 4 52 5D 35
Octal 243 366 26 42 0 133 4 122 135 65
Binary 10100011 11110110 10110 100010 0 1011011 100 1010010 1011101 110101

Color Harmonies of #A3F616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3F616

Black with #A3F616

Text Example


Text Example

White with #A3F616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3F616; }

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

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

background-color css

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

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

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

border-color css

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

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

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