Html Css Color HEX #A3DC6D Feijoa

📋 copy color: '#A3DC6D'

red 163 ◦ green 220 ◦ blue 109

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

Shades of Feijoa #A3DC6D

Tints of Feijoa #A3DC6D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.72%

 BLUE value IS 109 (42.97% from 255) = 22.15%

R = 33.13%
G = 44.72%
B = 22.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#A3DC6D (or 0xA3DC6D) is known color: Feijoa. HEX triplet: A3, DC and 6D. RGB value is (163,220,109). Sum of RGB (Red+Green+Blue) = 163+220+109=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DC6D is #5C2392. Grayscale: #BEBEBE. Windows color (decimal): -6038419 or 7199907. OLE color: 7199907.

HSL color Cylindrical-coordinate representation of color #A3DC6D: hue angle of 90.81º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3DC6D is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 220 109 -
CMYK 0.26 0 0.50 0.14
HSL 90.81º 0.61% 0.65% -
HSV(B) 90.81º 0.5% 0.86% -
XYZ 43.46 60.08 23.77 -
YUV 190.3 82.12 108.53 -
System Red Green Blue C M Y K H S L
Decimal 163 220 109 0.26 0 0.50 0.14 90.81 0.61 0.65
Hex A3 DC 6D 1A 0 32 E 5B 3D 41
Octal 243 334 155 32 0 62 16 133 75 101
Binary 10100011 11011100 1101101 11010 0 110010 1110 1011011 111101 1000001

Color Harmonies of #A3DC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DC6D

Black with #A3DC6D

Text Example


Text Example

White with #A3DC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DC6D; }

 p { color: rgb(163,220,109); }

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

background-color css

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

 a { background-color: rgb(163,220,109); }

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

border-color css

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

 span { border-color: rgb(163,220,109); }

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