Html Css Color HEX #A3DC8B Feijoa

📋 copy color: '#A3DC8B'

red 163 ◦ green 220 ◦ blue 139

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

Shades of Feijoa #A3DC8B

Tints of Feijoa #A3DC8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.63%

R = 31.23%
G = 42.15%
B = 26.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#A3DC8B (or 0xA3DC8B) is known color: Feijoa. HEX triplet: A3, DC and 8B. RGB value is (163,220,139). Sum of RGB (Red+Green+Blue) = 163+220+139=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DC8B is #5C2374. Grayscale: #C1C1C1. Windows color (decimal): -6038389 or 9165987. OLE color: 9165987.

HSL color Cylindrical-coordinate representation of color #A3DC8B: hue angle of 102.22º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3DC8B is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 220 139 -
CMYK 0.26 0 0.37 0.14
HSL 102.22º 0.54% 0.7% -
HSV(B) 102.22º 0.37% 0.86% -
XYZ 45.36 60.84 33.78 -
YUV 193.72 97.12 106.09 -
System Red Green Blue C M Y K H S L
Decimal 163 220 139 0.26 0 0.37 0.14 102.22 0.54 0.7
Hex A3 DC 8B 1A 0 25 E 66 36 46
Octal 243 334 213 32 0 45 16 146 66 106
Binary 10100011 11011100 10001011 11010 0 100101 1110 1100110 110110 1000110

Color Harmonies of #A3DC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DC8B

Black with #A3DC8B

Text Example


Text Example

White with #A3DC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DC8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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