Html Css Color HEX #A8D776 Feijoa

📋 copy color: '#A8D776'

red 168 ◦ green 215 ◦ blue 118

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

Shades of Feijoa #A8D776

Tints of Feijoa #A8D776

RGB

 RED value IS 168 (66.02% from 255) = 33.53%

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

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

R = 33.53%
G = 42.91%
B = 23.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#A8D776 (or 0xA8D776) is known color: Feijoa. HEX triplet: A8, D7 and 76. RGB value is (168,215,118). Sum of RGB (Red+Green+Blue) = 168+215+118=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D776 is #572889. Grayscale: #BEBEBE. Windows color (decimal): -5712010 or 7788456. OLE color: 7788456.

HSL color Cylindrical-coordinate representation of color #A8D776: hue angle of 89.07º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8D776 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 215 118 -
CMYK 0.22 0 0.45 0.16
HSL 89.07º 0.55% 0.65% -
HSV(B) 89.07º 0.45% 0.84% -
XYZ 43.72 58.23 26.08 -
YUV 189.89 87.43 112.39 -
System Red Green Blue C M Y K H S L
Decimal 168 215 118 0.22 0 0.45 0.16 89.07 0.55 0.65
Hex A8 D7 76 16 0 2D 10 59 37 41
Octal 250 327 166 26 0 55 20 131 67 101
Binary 10101000 11010111 1110110 10110 0 101101 10000 1011001 110111 1000001

Color Harmonies of #A8D776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D776

Black with #A8D776

Text Example


Text Example

White with #A8D776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D776; }

 p { color: rgb(168,215,118); }

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

background-color css

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

 a { background-color: rgb(168,215,118); }

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

border-color css

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

 span { border-color: rgb(168,215,118); }

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