Html Css Color HEX #A0DA6A Feijoa

📋 copy color: '#A0DA6A'

red 160 ◦ green 218 ◦ blue 106

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

Shades of Feijoa #A0DA6A

Tints of Feijoa #A0DA6A

RGB

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

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

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

R = 33.06%
G = 45.04%
B = 21.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#A0DA6A (or 0xA0DA6A) is known color: Feijoa. HEX triplet: A0, DA and 6A. RGB value is (160,218,106). Sum of RGB (Red+Green+Blue) = 160+218+106=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DA6A is #5F2595. Grayscale: #BCBCBC. Windows color (decimal): -6235542 or 7002784. OLE color: 7002784.

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

Color convert

RGB 160 218 106 -
CMYK 0.27 0 0.51 0.15
HSL 91.07º 0.6% 0.64% -
HSV(B) 91.07º 0.51% 0.85% -
XYZ 42.17 58.66 22.74 -
YUV 187.89 81.78 108.11 -
System Red Green Blue C M Y K H S L
Decimal 160 218 106 0.27 0 0.51 0.15 91.07 0.6 0.64
Hex A0 DA 6A 1B 0 33 F 5B 3C 40
Octal 240 332 152 33 0 63 17 133 74 100
Binary 10100000 11011010 1101010 11011 0 110011 1111 1011011 111100 1000000

Color Harmonies of #A0DA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DA6A

Black with #A0DA6A

Text Example


Text Example

White with #A0DA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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