Html Css Color HEX #A0DC72 Feijoa

📋 copy color: '#A0DC72'

red 160 ◦ green 220 ◦ blue 114

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

Shades of Feijoa #A0DC72

Tints of Feijoa #A0DC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.08%

R = 32.39%
G = 44.53%
B = 23.08%

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

#A0DC72 (or 0xA0DC72) is known color: Feijoa. HEX triplet: A0, DC and 72. RGB value is (160,220,114). Sum of RGB (Red+Green+Blue) = 160+220+114=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DC72 is #5F238D. Grayscale: #BEBEBE. Windows color (decimal): -6235022 or 7527584. OLE color: 7527584.

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

Color convert

RGB 160 220 114 -
CMYK 0.27 0 0.48 0.14
HSL 93.96º 0.6% 0.65% -
HSV(B) 93.96º 0.48% 0.86% -
XYZ 43.13 59.87 25.2 -
YUV 189.98 85.12 106.62 -
System Red Green Blue C M Y K H S L
Decimal 160 220 114 0.27 0 0.48 0.14 93.96 0.6 0.65
Hex A0 DC 72 1B 0 30 E 5E 3C 41
Octal 240 334 162 33 0 60 16 136 74 101
Binary 10100000 11011100 1110010 11011 0 110000 1110 1011110 111100 1000001

Color Harmonies of #A0DC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DC72

Black with #A0DC72

Text Example


Text Example

White with #A0DC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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