Html Css Color HEX #A0D479 Feijoa

📋 copy color: '#A0D479'

red 160 ◦ green 212 ◦ blue 121

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

Shades of Feijoa #A0D479

Tints of Feijoa #A0D479

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43%

 BLUE value IS 121 (47.66% from 255) = 24.54%

R = 32.45%
G = 43%
B = 24.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#A0D479 (or 0xA0D479) is known color: Feijoa. HEX triplet: A0, D4 and 79. RGB value is (160,212,121). Sum of RGB (Red+Green+Blue) = 160+212+121=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D479 is #5F2B86. Grayscale: #BABABA. Windows color (decimal): -6237063 or 7984288. OLE color: 7984288.

HSL color Cylindrical-coordinate representation of color #A0D479: hue angle of 94.29º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0D479 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 160 212 121 -
CMYK 0.25 0 0.43 0.17
HSL 94.29º 0.51% 0.65% -
HSV(B) 94.29º 0.43% 0.83% -
XYZ 41.49 55.94 26.7 -
YUV 186.08 91.27 109.4 -
System Red Green Blue C M Y K H S L
Decimal 160 212 121 0.25 0 0.43 0.17 94.29 0.51 0.65
Hex A0 D4 79 19 0 2B 11 5E 33 41
Octal 240 324 171 31 0 53 21 136 63 101
Binary 10100000 11010100 1111001 11001 0 101011 10001 1011110 110011 1000001

Color Harmonies of #A0D479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D479

Black with #A0D479

Text Example


Text Example

White with #A0D479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D479; }

 p { color: rgb(160,212,121); }

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

background-color css

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

 a { background-color: rgb(160,212,121); }

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

border-color css

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

 span { border-color: rgb(160,212,121); }

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