Html Css Color HEX #A0DC79 Feijoa

📋 copy color: '#A0DC79'

red 160 ◦ green 220 ◦ blue 121

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

Shades of Feijoa #A0DC79

Tints of Feijoa #A0DC79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.15%

R = 31.94%
G = 43.91%
B = 24.15%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#A0DC79 (or 0xA0DC79) is known color: Feijoa. HEX triplet: A0, DC and 79. RGB value is (160,220,121). Sum of RGB (Red+Green+Blue) = 160+220+121=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DC79 is #5F2386. Grayscale: #BFBFBF. Windows color (decimal): -6235015 or 7986336. OLE color: 7986336.

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

Color convert

RGB 160 220 121 -
CMYK 0.27 0 0.45 0.14
HSL 96.36º 0.59% 0.67% -
HSV(B) 96.36º 0.45% 0.86% -
XYZ 43.54 60.04 27.38 -
YUV 190.77 88.62 106.05 -
System Red Green Blue C M Y K H S L
Decimal 160 220 121 0.27 0 0.45 0.14 96.36 0.59 0.67
Hex A0 DC 79 1B 0 2D E 60 3B 43
Octal 240 334 171 33 0 55 16 140 73 103
Binary 10100000 11011100 1111001 11011 0 101101 1110 1100000 111011 1000011

Color Harmonies of #A0DC79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DC79

Black with #A0DC79

Text Example


Text Example

White with #A0DC79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DC79; }

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

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

background-color css

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

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

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

border-color css

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

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

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