Html Css Color HEX #A0DC7F Feijoa

📋 copy color: '#A0DC7F'

red 160 ◦ green 220 ◦ blue 127

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

Shades of Feijoa #A0DC7F

Tints of Feijoa #A0DC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.05%

R = 31.56%
G = 43.39%
B = 25.05%

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

#A0DC7F (or 0xA0DC7F) is known color: Feijoa. HEX triplet: A0, DC and 7F. RGB value is (160,220,127). Sum of RGB (Red+Green+Blue) = 160+220+127=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DC7F is #5F2380. Grayscale: #BFBFBF. Windows color (decimal): -6235009 or 8379552. OLE color: 8379552.

HSL color Cylindrical-coordinate representation of color #A0DC7F: hue angle of 98.71º degrees, saturation: 0.57, 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 #A0DC7F is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 220 127 -
CMYK 0.27 0 0.42 0.14
HSL 98.71º 0.57% 0.68% -
HSV(B) 98.71º 0.42% 0.86% -
XYZ 43.92 60.19 29.38 -
YUV 191.46 91.62 105.56 -
System Red Green Blue C M Y K H S L
Decimal 160 220 127 0.27 0 0.42 0.14 98.71 0.57 0.68
Hex A0 DC 7F 1B 0 2A E 63 39 44
Octal 240 334 177 33 0 52 16 143 71 104
Binary 10100000 11011100 1111111 11011 0 101010 1110 1100011 111001 1000100

Color Harmonies of #A0DC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DC7F

Black with #A0DC7F

Text Example


Text Example

White with #A0DC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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