Html Css Color HEX #A3F20D Spring Bud

📋 copy color: '#A3F20D'

red 163 ◦ green 242 ◦ blue 13

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

Shades of Spring Bud #A3F20D

Tints of Spring Bud #A3F20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.11%

R = 39%
G = 57.89%
B = 3.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#A3F20D (or 0xA3F20D) is known color: Spring Bud. HEX triplet: A3, F2 and 0D. RGB value is (163,242,13). Sum of RGB (Red+Green+Blue) = 163+242+13=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 242 (94.92% from 255 or 57.89% from 418); Blue value is 13 (5.47% from 255 or 3.11% from 418); Max value from RGB is 242 - color contains mainly: green. Hex color #A3F20D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3F20D is #5C0DF2. Grayscale: #C1C1C1. Windows color (decimal): -6032883 or 914083. OLE color: 914083.

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

Color convert

RGB 163 242 13 -
CMYK 0.33 0 0.95 0.05
HSL 80.7º 0.9% 0.5% -
HSV(B) 80.7º 0.95% 0.95% -
XYZ 46.93 71.32 11.67 -
YUV 192.27 26.83 107.12 -
System Red Green Blue C M Y K H S L
Decimal 163 242 13 0.33 0 0.95 0.05 80.7 0.9 0.5
Hex A3 F2 D 21 0 5F 5 51 5A 32
Octal 243 362 15 41 0 137 5 121 132 62
Binary 10100011 11110010 1101 100001 0 1011111 101 1010001 1011010 110010

Color Harmonies of #A3F20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3F20D

Black with #A3F20D

Text Example


Text Example

White with #A3F20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3F20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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