#A8D177

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

Shades of Feijoa #A8D177

Tints of Feijoa #A8D177

Color information

#A8D177 (or 0xA8D177) is unknown color: approx Feijoa. HEX triplet: A8, D1 and 77. RGB value is (168,209,119). Sum of RGB (Red+Green+Blue) = 168+209+119=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D177 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D177 is #572E88. Grayscale: #BABABA. Windows color (decimal): -5713545 or 7852456. OLE color: 7852456.

HSL color Cylindrical-coordinate representation of color #A8D177: hue angle of 87.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8D177 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB168209119-
CMYK0.2000.430.18
HSL87.33º49.45%64.31%-
HSV(B)87.33º43.06%81.96%-
XYZ42.2855.2625.89-
YUV186.4889.92114.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.87%
GREEN value IS 209 (82.03% from 255) = 42.14%
BLUE value IS 119 (46.88% from 255) = 23.99%
R=33.87%
G=42.14%
B=23.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1682091190.2000.430.1887.3349.4564.31
HexA8D1771402B12573140
Octal250321167240532212761100
Binary101010001101000111101111010001010111001010101111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D177; }

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

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

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

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

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

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

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

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