Html Css Color HEX #A0DC6A Feijoa

📋 copy color: '#A0DC6A'

red 160 ◦ green 220 ◦ blue 106

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

Shades of Feijoa #A0DC6A

Tints of Feijoa #A0DC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.81%

R = 32.92%
G = 45.27%
B = 21.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#A0DC6A (or 0xA0DC6A) is known color: Feijoa. HEX triplet: A0, DC and 6A. RGB value is (160,220,106). Sum of RGB (Red+Green+Blue) = 160+220+106=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DC6A is #5F2395. Grayscale: #BDBDBD. Windows color (decimal): -6235030 or 7003296. OLE color: 7003296.

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

Color convert

RGB 160 220 106 -
CMYK 0.27 0 0.52 0.14
HSL 91.58º 0.62% 0.64% -
HSV(B) 91.58º 0.52% 0.86% -
XYZ 42.69 59.7 22.91 -
YUV 189.06 81.12 107.27 -
System Red Green Blue C M Y K H S L
Decimal 160 220 106 0.27 0 0.52 0.14 91.58 0.62 0.64
Hex A0 DC 6A 1B 0 34 E 5C 3E 40
Octal 240 334 152 33 0 64 16 134 76 100
Binary 10100000 11011100 1101010 11011 0 110100 1110 1011100 111110 1000000

Color Harmonies of #A0DC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DC6A

Black with #A0DC6A

Text Example


Text Example

White with #A0DC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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