Html Css Color HEX #A3DC7D Feijoa

📋 copy color: '#A3DC7D'

red 163 ◦ green 220 ◦ blue 125

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

Shades of Feijoa #A3DC7D

Tints of Feijoa #A3DC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.61%

R = 32.09%
G = 43.31%
B = 24.61%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#A3DC7D (or 0xA3DC7D) is known color: Feijoa. HEX triplet: A3, DC and 7D. RGB value is (163,220,125). Sum of RGB (Red+Green+Blue) = 163+220+125=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DC7D is #5C2382. Grayscale: #C0C0C0. Windows color (decimal): -6038403 or 8248483. OLE color: 8248483.

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

Color convert

RGB 163 220 125 -
CMYK 0.26 0 0.43 0.14
HSL 96º 0.58% 0.68% -
HSV(B) 96º 0.43% 0.86% -
XYZ 44.4 60.45 28.73 -
YUV 192.13 90.12 107.22 -
System Red Green Blue C M Y K H S L
Decimal 163 220 125 0.26 0 0.43 0.14 96 0.58 0.68
Hex A3 DC 7D 1A 0 2B E 60 3A 44
Octal 243 334 175 32 0 53 16 140 72 104
Binary 10100011 11011100 1111101 11010 0 101011 1110 1100000 111010 1000100

Color Harmonies of #A3DC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DC7D

Black with #A3DC7D

Text Example


Text Example

White with #A3DC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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