Html Css Color HEX #A1DC73 Feijoa

📋 copy color: '#A1DC73'

red 161 ◦ green 220 ◦ blue 115

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

Shades of Feijoa #A1DC73

Tints of Feijoa #A1DC73

RGB

 RED value IS 161 (63.28% from 255) = 32.46%

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

 BLUE value IS 115 (45.31% from 255) = 23.19%

R = 32.46%
G = 44.35%
B = 23.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#A1DC73 (or 0xA1DC73) is known color: Feijoa. HEX triplet: A1, DC and 73. RGB value is (161,220,115). Sum of RGB (Red+Green+Blue) = 161+220+115=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DC73 is #5E238C. Grayscale: #BEBEBE. Windows color (decimal): -6169485 or 7593121. OLE color: 7593121.

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

Color convert

RGB 161 220 115 -
CMYK 0.27 0 0.48 0.14
HSL 93.71º 0.6% 0.66% -
HSV(B) 93.71º 0.48% 0.86% -
XYZ 43.39 60 25.51 -
YUV 190.39 85.45 107.04 -
System Red Green Blue C M Y K H S L
Decimal 161 220 115 0.27 0 0.48 0.14 93.71 0.6 0.66
Hex A1 DC 73 1B 0 30 E 5E 3C 42
Octal 241 334 163 33 0 60 16 136 74 102
Binary 10100001 11011100 1110011 11011 0 110000 1110 1011110 111100 1000010

Color Harmonies of #A1DC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DC73

Black with #A1DC73

Text Example


Text Example

White with #A1DC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DC73; }

 p { color: rgb(161,220,115); }

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

background-color css

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

 a { background-color: rgb(161,220,115); }

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

border-color css

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

 span { border-color: rgb(161,220,115); }

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