Html Css Color HEX #A0DA77 Feijoa

📋 copy color: '#A0DA77'

red 160 ◦ green 218 ◦ blue 119

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

Shades of Feijoa #A0DA77

Tints of Feijoa #A0DA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.94%

R = 32.19%
G = 43.86%
B = 23.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#A0DA77 (or 0xA0DA77) is known color: Feijoa. HEX triplet: A0, DA and 77. RGB value is (160,218,119). Sum of RGB (Red+Green+Blue) = 160+218+119=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DA77 is #5F2588. Grayscale: #BDBDBD. Windows color (decimal): -6235529 or 7854752. OLE color: 7854752.

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

Color convert

RGB 160 218 119 -
CMYK 0.27 0 0.45 0.15
HSL 95.15º 0.57% 0.66% -
HSV(B) 95.15º 0.45% 0.85% -
XYZ 42.9 58.95 26.57 -
YUV 189.37 88.28 107.05 -
System Red Green Blue C M Y K H S L
Decimal 160 218 119 0.27 0 0.45 0.15 95.15 0.57 0.66
Hex A0 DA 77 1B 0 2D F 5F 39 42
Octal 240 332 167 33 0 55 17 137 71 102
Binary 10100000 11011010 1110111 11011 0 101101 1111 1011111 111001 1000010

Color Harmonies of #A0DA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DA77

Black with #A0DA77

Text Example


Text Example

White with #A0DA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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