Html Css Color HEX #A0DC73 Feijoa

📋 copy color: '#A0DC73'

red 160 ◦ green 220 ◦ blue 115

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

Shades of Feijoa #A0DC73

Tints of Feijoa #A0DC73

RGB

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

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

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

R = 32.32%
G = 44.44%
B = 23.23%

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

#A0DC73 (or 0xA0DC73) is known color: Feijoa. HEX triplet: A0, DC and 73. RGB value is (160,220,115). Sum of RGB (Red+Green+Blue) = 160+220+115=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DC73 is #5F238C. Grayscale: #BEBEBE. Windows color (decimal): -6235021 or 7593120. OLE color: 7593120.

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

Color convert

RGB 160 220 115 -
CMYK 0.27 0 0.48 0.14
HSL 94.29º 0.6% 0.66% -
HSV(B) 94.29º 0.48% 0.86% -
XYZ 43.18 59.9 25.51 -
YUV 190.09 85.62 106.54 -
System Red Green Blue C M Y K H S L
Decimal 160 220 115 0.27 0 0.48 0.14 94.29 0.6 0.66
Hex A0 DC 73 1B 0 30 E 5E 3C 42
Octal 240 334 163 33 0 60 16 136 74 102
Binary 10100000 11011100 1110011 11011 0 110000 1110 1011110 111100 1000010

Color Harmonies of #A0DC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DC73

Black with #A0DC73

Text Example


Text Example

White with #A0DC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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