Html Css Color HEX #A1DC71 Feijoa

📋 copy color: '#A1DC71'

red 161 ◦ green 220 ◦ blue 113

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

Shades of Feijoa #A1DC71

Tints of Feijoa #A1DC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.87%

R = 32.59%
G = 44.53%
B = 22.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#A1DC71 (or 0xA1DC71) is known color: Feijoa. HEX triplet: A1, DC and 71. RGB value is (161,220,113). Sum of RGB (Red+Green+Blue) = 161+220+113=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DC71 is #5E238E. Grayscale: #BEBEBE. Windows color (decimal): -6169487 or 7462049. OLE color: 7462049.

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

Color convert

RGB 161 220 113 -
CMYK 0.27 0 0.49 0.14
HSL 93.08º 0.6% 0.65% -
HSV(B) 93.08º 0.49% 0.86% -
XYZ 43.27 59.96 24.91 -
YUV 190.16 84.45 107.2 -
System Red Green Blue C M Y K H S L
Decimal 161 220 113 0.27 0 0.49 0.14 93.08 0.6 0.65
Hex A1 DC 71 1B 0 31 E 5D 3C 41
Octal 241 334 161 33 0 61 16 135 74 101
Binary 10100001 11011100 1110001 11011 0 110001 1110 1011101 111100 1000001

Color Harmonies of #A1DC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DC71

Black with #A1DC71

Text Example


Text Example

White with #A1DC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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