Html Css Color HEX #A0DB6E Feijoa

📋 copy color: '#A0DB6E'

red 160 ◦ green 219 ◦ blue 110

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

Shades of Feijoa #A0DB6E

Tints of Feijoa #A0DB6E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.79%

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

R = 32.72%
G = 44.79%
B = 22.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#A0DB6E (or 0xA0DB6E) is known color: Feijoa. HEX triplet: A0, DB and 6E. RGB value is (160,219,110). Sum of RGB (Red+Green+Blue) = 160+219+110=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DB6E is #5F2491. Grayscale: #BDBDBD. Windows color (decimal): -6235282 or 7265184. OLE color: 7265184.

HSL color Cylindrical-coordinate representation of color #A0DB6E: hue angle of 92.48º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0DB6E is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 219 110 -
CMYK 0.27 0 0.50 0.14
HSL 92.48º 0.6% 0.65% -
HSV(B) 92.48º 0.5% 0.86% -
XYZ 42.64 59.26 23.94 -
YUV 188.93 83.45 107.36 -
System Red Green Blue C M Y K H S L
Decimal 160 219 110 0.27 0 0.50 0.14 92.48 0.6 0.65
Hex A0 DB 6E 1B 0 32 E 5C 3C 41
Octal 240 333 156 33 0 62 16 134 74 101
Binary 10100000 11011011 1101110 11011 0 110010 1110 1011100 111100 1000001

Color Harmonies of #A0DB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DB6E

Black with #A0DB6E

Text Example


Text Example

White with #A0DB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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