Html Css Color HEX #A0D779 Feijoa

📋 copy color: '#A0D779'

red 160 ◦ green 215 ◦ blue 121

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

Shades of Feijoa #A0D779

Tints of Feijoa #A0D779

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.35%

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

R = 32.26%
G = 43.35%
B = 24.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#A0D779 (or 0xA0D779) is known color: Feijoa. HEX triplet: A0, D7 and 79. RGB value is (160,215,121). Sum of RGB (Red+Green+Blue) = 160+215+121=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D779 is #5F2886. Grayscale: #BCBCBC. Windows color (decimal): -6236295 or 7985056. OLE color: 7985056.

HSL color Cylindrical-coordinate representation of color #A0D779: hue angle of 95.11º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0D779 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 215 121 -
CMYK 0.26 0 0.44 0.16
HSL 95.11º 0.54% 0.66% -
HSV(B) 95.11º 0.44% 0.84% -
XYZ 42.25 57.45 26.95 -
YUV 187.84 90.28 108.14 -
System Red Green Blue C M Y K H S L
Decimal 160 215 121 0.26 0 0.44 0.16 95.11 0.54 0.66
Hex A0 D7 79 1A 0 2C 10 5F 36 42
Octal 240 327 171 32 0 54 20 137 66 102
Binary 10100000 11010111 1111001 11010 0 101100 10000 1011111 110110 1000010

Color Harmonies of #A0D779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D779

Black with #A0D779

Text Example


Text Example

White with #A0D779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D779; }

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

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

background-color css

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

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

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

border-color css

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

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

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