Html Css Color HEX #A0DA71 Feijoa

📋 copy color: '#A0DA71'

red 160 ◦ green 218 ◦ blue 113

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

Shades of Feijoa #A0DA71

Tints of Feijoa #A0DA71

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.4%

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

R = 32.59%
G = 44.4%
B = 23.01%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#A0DA71 (or 0xA0DA71) is known color: Feijoa. HEX triplet: A0, DA and 71. RGB value is (160,218,113). Sum of RGB (Red+Green+Blue) = 160+218+113=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DA71 is #5F258E. Grayscale: #BDBDBD. Windows color (decimal): -6235535 or 7461536. OLE color: 7461536.

HSL color Cylindrical-coordinate representation of color #A0DA71: hue angle of 93.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0DA71 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 218 113 -
CMYK 0.27 0 0.48 0.15
HSL 93.14º 0.59% 0.65% -
HSV(B) 93.14º 0.48% 0.85% -
XYZ 42.55 58.81 24.73 -
YUV 188.69 85.28 107.54 -
System Red Green Blue C M Y K H S L
Decimal 160 218 113 0.27 0 0.48 0.15 93.14 0.59 0.65
Hex A0 DA 71 1B 0 30 F 5D 3B 41
Octal 240 332 161 33 0 60 17 135 73 101
Binary 10100000 11011010 1110001 11011 0 110000 1111 1011101 111011 1000001

Color Harmonies of #A0DA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DA71

Black with #A0DA71

Text Example


Text Example

White with #A0DA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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