Html Css Color HEX #A0DC7E Feijoa

📋 copy color: '#A0DC7E'

red 160 ◦ green 220 ◦ blue 126

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

Shades of Feijoa #A0DC7E

Tints of Feijoa #A0DC7E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.48%

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

R = 31.62%
G = 43.48%
B = 24.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#A0DC7E (or 0xA0DC7E) is known color: Feijoa. HEX triplet: A0, DC and 7E. RGB value is (160,220,126). Sum of RGB (Red+Green+Blue) = 160+220+126=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DC7E is #5F2381. Grayscale: #BFBFBF. Windows color (decimal): -6235010 or 8314016. OLE color: 8314016.

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

Color convert

RGB 160 220 126 -
CMYK 0.27 0 0.43 0.14
HSL 98.3º 0.57% 0.68% -
HSV(B) 98.3º 0.43% 0.86% -
XYZ 43.86 60.17 29.04 -
YUV 191.34 91.12 105.64 -
System Red Green Blue C M Y K H S L
Decimal 160 220 126 0.27 0 0.43 0.14 98.3 0.57 0.68
Hex A0 DC 7E 1B 0 2B E 62 39 44
Octal 240 334 176 33 0 53 16 142 71 104
Binary 10100000 11011100 1111110 11011 0 101011 1110 1100010 111001 1000100

Color Harmonies of #A0DC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DC7E

Black with #A0DC7E

Text Example


Text Example

White with #A0DC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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