Html Css Color HEX #A0DC6B Feijoa

📋 copy color: '#A0DC6B'

red 160 ◦ green 220 ◦ blue 107

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

Shades of Feijoa #A0DC6B

Tints of Feijoa #A0DC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.97%

R = 32.85%
G = 45.17%
B = 21.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#A0DC6B (or 0xA0DC6B) is known color: Feijoa. HEX triplet: A0, DC and 6B. RGB value is (160,220,107). Sum of RGB (Red+Green+Blue) = 160+220+107=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DC6B is #5F2394. Grayscale: #BDBDBD. Windows color (decimal): -6235029 or 7068832. OLE color: 7068832.

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

Color convert

RGB 160 220 107 -
CMYK 0.27 0 0.51 0.14
HSL 91.86º 0.62% 0.64% -
HSV(B) 91.86º 0.51% 0.86% -
XYZ 42.74 59.72 23.18 -
YUV 189.18 81.62 107.19 -
System Red Green Blue C M Y K H S L
Decimal 160 220 107 0.27 0 0.51 0.14 91.86 0.62 0.64
Hex A0 DC 6B 1B 0 33 E 5C 3E 40
Octal 240 334 153 33 0 63 16 134 76 100
Binary 10100000 11011100 1101011 11011 0 110011 1110 1011100 111110 1000000

Color Harmonies of #A0DC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DC6B

Black with #A0DC6B

Text Example


Text Example

White with #A0DC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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