Html Css Color HEX #A0DC71 Feijoa

📋 copy color: '#A0DC71'

red 160 ◦ green 220 ◦ blue 113

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

Shades of Feijoa #A0DC71

Tints of Feijoa #A0DC71

RGB

 RED value IS 160 (62.89% from 255) = 32.45%

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

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

R = 32.45%
G = 44.62%
B = 22.92%

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

#A0DC71 (or 0xA0DC71) is known color: Feijoa. HEX triplet: A0, DC and 71. RGB value is (160,220,113). Sum of RGB (Red+Green+Blue) = 160+220+113=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DC71 is #5F238E. Grayscale: #BEBEBE. Windows color (decimal): -6235023 or 7462048. OLE color: 7462048.

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

Color convert

RGB 160 220 113 -
CMYK 0.27 0 0.49 0.14
HSL 93.64º 0.6% 0.65% -
HSV(B) 93.64º 0.49% 0.86% -
XYZ 43.07 59.85 24.91 -
YUV 189.86 84.62 106.7 -
System Red Green Blue C M Y K H S L
Decimal 160 220 113 0.27 0 0.49 0.14 93.64 0.6 0.65
Hex A0 DC 71 1B 0 31 E 5E 3C 41
Octal 240 334 161 33 0 61 16 136 74 101
Binary 10100000 11011100 1110001 11011 0 110001 1110 1011110 111100 1000001

Color Harmonies of #A0DC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DC71

Black with #A0DC71

Text Example


Text Example

White with #A0DC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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