Html Css Color HEX #A0DB78 Feijoa

📋 copy color: '#A0DB78'

red 160 ◦ green 219 ◦ blue 120

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

Shades of Feijoa #A0DB78

Tints of Feijoa #A0DB78

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.89%

 BLUE value IS 120 (47.27% from 255) = 24.05%

R = 32.06%
G = 43.89%
B = 24.05%

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

#A0DB78 (or 0xA0DB78) is known color: Feijoa. HEX triplet: A0, DB and 78. RGB value is (160,219,120). Sum of RGB (Red+Green+Blue) = 160+219+120=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DB78 is #5F2487. Grayscale: #BEBEBE. Windows color (decimal): -6235272 or 7920544. OLE color: 7920544.

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

Color convert

RGB 160 219 120 -
CMYK 0.27 0 0.45 0.14
HSL 95.76º 0.58% 0.66% -
HSV(B) 95.76º 0.45% 0.86% -
XYZ 43.22 59.49 26.97 -
YUV 190.07 88.45 106.55 -
System Red Green Blue C M Y K H S L
Decimal 160 219 120 0.27 0 0.45 0.14 95.76 0.58 0.66
Hex A0 DB 78 1B 0 2D E 60 3A 42
Octal 240 333 170 33 0 55 16 140 72 102
Binary 10100000 11011011 1111000 11011 0 101101 1110 1100000 111010 1000010

Color Harmonies of #A0DB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DB78

Black with #A0DB78

Text Example


Text Example

White with #A0DB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DB78; }

 p { color: rgb(160,219,120); }

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

background-color css

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

 a { background-color: rgb(160,219,120); }

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

border-color css

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

 span { border-color: rgb(160,219,120); }

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