Html Css Color HEX #A0DC80 Feijoa

📋 copy color: '#A0DC80'

red 160 ◦ green 220 ◦ blue 128

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

Shades of Feijoa #A0DC80

Tints of Feijoa #A0DC80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.2%

R = 31.5%
G = 43.31%
B = 25.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#A0DC80 (or 0xA0DC80) is known color: Feijoa. HEX triplet: A0, DC and 80. RGB value is (160,220,128). Sum of RGB (Red+Green+Blue) = 160+220+128=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DC80 is #5F237F. Grayscale: #BFBFBF. Windows color (decimal): -6235008 or 8445088. OLE color: 8445088.

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

Color convert

RGB 160 220 128 -
CMYK 0.27 0 0.42 0.14
HSL 99.13º 0.57% 0.68% -
HSV(B) 99.13º 0.42% 0.86% -
XYZ 43.99 60.22 29.73 -
YUV 191.57 92.12 105.48 -
System Red Green Blue C M Y K H S L
Decimal 160 220 128 0.27 0 0.42 0.14 99.13 0.57 0.68
Hex A0 DC 80 1B 0 2A E 63 39 44
Octal 240 334 200 33 0 52 16 143 71 104
Binary 10100000 11011100 10000000 11011 0 101010 1110 1100011 111001 1000100

Color Harmonies of #A0DC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DC80

Black with #A0DC80

Text Example


Text Example

White with #A0DC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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