Html Css Color HEX #A0D77A Feijoa

📋 copy color: '#A0D77A'

red 160 ◦ green 215 ◦ blue 122

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

Shades of Feijoa #A0D77A

Tints of Feijoa #A0D77A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.55%

R = 32.19%
G = 43.26%
B = 24.55%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#A0D77A (or 0xA0D77A) is known color: Feijoa. HEX triplet: A0, D7 and 7A. RGB value is (160,215,122). Sum of RGB (Red+Green+Blue) = 160+215+122=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D77A is #5F2885. Grayscale: #BCBCBC. Windows color (decimal): -6236294 or 8050592. OLE color: 8050592.

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

Color convert

RGB 160 215 122 -
CMYK 0.26 0 0.43 0.16
HSL 95.48º 0.54% 0.66% -
HSV(B) 95.48º 0.43% 0.84% -
XYZ 42.31 57.48 27.28 -
YUV 187.95 90.78 108.06 -
System Red Green Blue C M Y K H S L
Decimal 160 215 122 0.26 0 0.43 0.16 95.48 0.54 0.66
Hex A0 D7 7A 1A 0 2B 10 5F 36 42
Octal 240 327 172 32 0 53 20 137 66 102
Binary 10100000 11010111 1111010 11010 0 101011 10000 1011111 110110 1000010

Color Harmonies of #A0D77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D77A

Black with #A0D77A

Text Example


Text Example

White with #A0D77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D77A; }

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

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

background-color css

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

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

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

border-color css

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

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

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