Html Css Color HEX #A3DC74 Feijoa

📋 copy color: '#A3DC74'

red 163 ◦ green 220 ◦ blue 116

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

Shades of Feijoa #A3DC74

Tints of Feijoa #A3DC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.25%

R = 32.67%
G = 44.09%
B = 23.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#A3DC74 (or 0xA3DC74) is known color: Feijoa. HEX triplet: A3, DC and 74. RGB value is (163,220,116). Sum of RGB (Red+Green+Blue) = 163+220+116=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DC74 is #5C238B. Grayscale: #BFBFBF. Windows color (decimal): -6038412 or 7658659. OLE color: 7658659.

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

Color convert

RGB 163 220 116 -
CMYK 0.26 0 0.47 0.14
HSL 92.88º 0.6% 0.66% -
HSV(B) 92.88º 0.47% 0.86% -
XYZ 43.85 60.23 25.84 -
YUV 191.1 85.62 107.96 -
System Red Green Blue C M Y K H S L
Decimal 163 220 116 0.26 0 0.47 0.14 92.88 0.6 0.66
Hex A3 DC 74 1A 0 2F E 5D 3C 42
Octal 243 334 164 32 0 57 16 135 74 102
Binary 10100011 11011100 1110100 11010 0 101111 1110 1011101 111100 1000010

Color Harmonies of #A3DC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DC74

Black with #A3DC74

Text Example


Text Example

White with #A3DC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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