Html Css Color HEX #A0DC82 Feijoa

📋 copy color: '#A0DC82'

red 160 ◦ green 220 ◦ blue 130

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

Shades of Feijoa #A0DC82

Tints of Feijoa #A0DC82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.49%

R = 31.37%
G = 43.14%
B = 25.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#A0DC82 (or 0xA0DC82) is known color: Feijoa. HEX triplet: A0, DC and 82. RGB value is (160,220,130). Sum of RGB (Red+Green+Blue) = 160+220+130=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DC82 is #5F237D. Grayscale: #C0C0C0. Windows color (decimal): -6235006 or 8576160. OLE color: 8576160.

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

Color convert

RGB 160 220 130 -
CMYK 0.27 0 0.41 0.14
HSL 100º 0.56% 0.69% -
HSV(B) 100º 0.41% 0.86% -
XYZ 44.12 60.27 30.43 -
YUV 191.8 93.12 105.32 -
System Red Green Blue C M Y K H S L
Decimal 160 220 130 0.27 0 0.41 0.14 100 0.56 0.69
Hex A0 DC 82 1B 0 29 E 64 38 45
Octal 240 334 202 33 0 51 16 144 70 105
Binary 10100000 11011100 10000010 11011 0 101001 1110 1100100 111000 1000101

Color Harmonies of #A0DC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DC82

Black with #A0DC82

Text Example


Text Example

White with #A0DC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DC82; }

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

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

background-color css

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

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

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

border-color css

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

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

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