Html Css Color HEX #A0DB71 Feijoa

📋 copy color: '#A0DB71'

red 160 ◦ green 219 ◦ blue 113

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

Shades of Feijoa #A0DB71

Tints of Feijoa #A0DB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.97%

R = 32.52%
G = 44.51%
B = 22.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#A0DB71 (or 0xA0DB71) is known color: Feijoa. HEX triplet: A0, DB and 71. RGB value is (160,219,113). Sum of RGB (Red+Green+Blue) = 160+219+113=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DB71 is #5F248E. Grayscale: #BDBDBD. Windows color (decimal): -6235279 or 7461792. OLE color: 7461792.

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

Color convert

RGB 160 219 113 -
CMYK 0.27 0 0.48 0.14
HSL 93.4º 0.6% 0.65% -
HSV(B) 93.4º 0.48% 0.86% -
XYZ 42.81 59.33 24.82 -
YUV 189.28 84.95 107.12 -
System Red Green Blue C M Y K H S L
Decimal 160 219 113 0.27 0 0.48 0.14 93.4 0.6 0.65
Hex A0 DB 71 1B 0 30 E 5D 3C 41
Octal 240 333 161 33 0 60 16 135 74 101
Binary 10100000 11011011 1110001 11011 0 110000 1110 1011101 111100 1000001

Color Harmonies of #A0DB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DB71

Black with #A0DB71

Text Example


Text Example

White with #A0DB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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