Html Css Color HEX #A0DB7E Feijoa

📋 copy color: '#A0DB7E'

red 160 ◦ green 219 ◦ blue 126

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

Shades of Feijoa #A0DB7E

Tints of Feijoa #A0DB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.95%

R = 31.68%
G = 43.37%
B = 24.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#A0DB7E (or 0xA0DB7E) is known color: Feijoa. HEX triplet: A0, DB and 7E. RGB value is (160,219,126). Sum of RGB (Red+Green+Blue) = 160+219+126=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DB7E is #5F2481. Grayscale: #BFBFBF. Windows color (decimal): -6235266 or 8313760. OLE color: 8313760.

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

Color convert

RGB 160 219 126 -
CMYK 0.27 0 0.42 0.14
HSL 98.06º 0.56% 0.68% -
HSV(B) 98.06º 0.42% 0.86% -
XYZ 43.59 59.64 28.95 -
YUV 190.76 91.45 106.06 -
System Red Green Blue C M Y K H S L
Decimal 160 219 126 0.27 0 0.42 0.14 98.06 0.56 0.68
Hex A0 DB 7E 1B 0 2A E 62 38 44
Octal 240 333 176 33 0 52 16 142 70 104
Binary 10100000 11011011 1111110 11011 0 101010 1110 1100010 111000 1000100

Color Harmonies of #A0DB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DB7E

Black with #A0DB7E

Text Example


Text Example

White with #A0DB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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