Html Css Color HEX #A0D876 Feijoa

📋 copy color: '#A0D876'

red 160 ◦ green 216 ◦ blue 118

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

Shades of Feijoa #A0D876

Tints of Feijoa #A0D876

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.72%

 BLUE value IS 118 (46.48% from 255) = 23.89%

R = 32.39%
G = 43.72%
B = 23.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#A0D876 (or 0xA0D876) is known color: Feijoa. HEX triplet: A0, D8 and 76. RGB value is (160,216,118). Sum of RGB (Red+Green+Blue) = 160+216+118=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D876 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D876 is #5F2789. Grayscale: #BCBCBC. Windows color (decimal): -6236042 or 7788704. OLE color: 7788704.

HSL color Cylindrical-coordinate representation of color #A0D876: hue angle of 94.29º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0D876 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 216 118 -
CMYK 0.26 0 0.45 0.15
HSL 94.29º 0.56% 0.65% -
HSV(B) 94.29º 0.45% 0.85% -
XYZ 42.32 57.89 26.08 -
YUV 188.08 88.45 107.97 -
System Red Green Blue C M Y K H S L
Decimal 160 216 118 0.26 0 0.45 0.15 94.29 0.56 0.65
Hex A0 D8 76 1A 0 2D F 5E 38 41
Octal 240 330 166 32 0 55 17 136 70 101
Binary 10100000 11011000 1110110 11010 0 101101 1111 1011110 111000 1000001

Color Harmonies of #A0D876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D876

Black with #A0D876

Text Example


Text Example

White with #A0D876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D876; }

 p { color: rgb(160,216,118); }

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

background-color css

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

 a { background-color: rgb(160,216,118); }

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

border-color css

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

 span { border-color: rgb(160,216,118); }

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