#A8D877

Color #A8D877 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #A8D877

Tints of Feijoa #A8D877

Color information

#A8D877 (or 0xA8D877) is unknown color: approx Feijoa. HEX triplet: A8, D8 and 77. RGB value is (168,216,119). Sum of RGB (Red+Green+Blue) = 168+216+119=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D877 is #572788. Grayscale: #BEBEBE. Windows color (decimal): -5711753 or 7854248. OLE color: 7854248.

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

Color convert

RGB168216119-
CMYK0.2200.450.15
HSL89.69º55.43%65.69%-
HSV(B)89.69º44.91%84.71%-
XYZ44.0358.7726.48-
YUV190.5987.6111.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.40%
GREEN value IS 216 (84.77% from 255) = 42.94%
BLUE value IS 119 (46.88% from 255) = 23.66%
R=33.40%
G=42.94%
B=23.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682161190.2200.450.1589.6955.4365.69
HexA8D8771602DF5a3742
Octal250330167260551713267102
Binary10101000110110001110111101100101101111110110101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D877; }

 p { color: rgb(168,216,119); }

 H1.HeaderClassName
 {
   color: #A8D877;
 }
 .AnyTagClassName
 {
   color: #A8D877;
 }
</style>
background-color css

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

 a { background-color: rgb(168,216,119); }

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

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

 span { border-color: rgb(168,216,119); }

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