Html Css Color HEX #A3DC8A Feijoa

📋 copy color: '#A3DC8A'

red 163 ◦ green 220 ◦ blue 138

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

Shades of Feijoa #A3DC8A

Tints of Feijoa #A3DC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.49%

R = 31.29%
G = 42.23%
B = 26.49%

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

#A3DC8A (or 0xA3DC8A) is known color: Feijoa. HEX triplet: A3, DC and 8A. RGB value is (163,220,138). Sum of RGB (Red+Green+Blue) = 163+220+138=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DC8A is #5C2375. Grayscale: #C1C1C1. Windows color (decimal): -6038390 or 9100451. OLE color: 9100451.

HSL color Cylindrical-coordinate representation of color #A3DC8A: hue angle of 101.71º 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 #A3DC8A is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 220 138 -
CMYK 0.26 0 0.37 0.14
HSL 101.71º 0.54% 0.7% -
HSV(B) 101.71º 0.37% 0.86% -
XYZ 45.28 60.81 33.4 -
YUV 193.61 96.62 106.17 -
System Red Green Blue C M Y K H S L
Decimal 163 220 138 0.26 0 0.37 0.14 101.71 0.54 0.7
Hex A3 DC 8A 1A 0 25 E 66 36 46
Octal 243 334 212 32 0 45 16 146 66 106
Binary 10100011 11011100 10001010 11010 0 100101 1110 1100110 110110 1000110

Color Harmonies of #A3DC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DC8A

Black with #A3DC8A

Text Example


Text Example

White with #A3DC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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