Html Css Color HEX #A0DA6E Feijoa

📋 copy color: '#A0DA6E'

red 160 ◦ green 218 ◦ blue 110

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

Shades of Feijoa #A0DA6E

Tints of Feijoa #A0DA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.54%

R = 32.79%
G = 44.67%
B = 22.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#A0DA6E (or 0xA0DA6E) is known color: Feijoa. HEX triplet: A0, DA and 6E. RGB value is (160,218,110). Sum of RGB (Red+Green+Blue) = 160+218+110=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DA6E is #5F2591. Grayscale: #BCBCBC. Windows color (decimal): -6235538 or 7264928. OLE color: 7264928.

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

Color convert

RGB 160 218 110 -
CMYK 0.27 0 0.50 0.15
HSL 92.22º 0.59% 0.64% -
HSV(B) 92.22º 0.5% 0.85% -
XYZ 42.38 58.74 23.86 -
YUV 188.35 83.78 107.78 -
System Red Green Blue C M Y K H S L
Decimal 160 218 110 0.27 0 0.50 0.15 92.22 0.59 0.64
Hex A0 DA 6E 1B 0 32 F 5C 3B 40
Octal 240 332 156 33 0 62 17 134 73 100
Binary 10100000 11011010 1101110 11011 0 110010 1111 1011100 111011 1000000

Color Harmonies of #A0DA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DA6E

Black with #A0DA6E

Text Example


Text Example

White with #A0DA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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