#A8DA77

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

Shades of Feijoa #A8DA77

Tints of Feijoa #A8DA77

Color information

#A8DA77 (or 0xA8DA77) is unknown color: approx Feijoa. HEX triplet: A8, DA and 77. RGB value is (168,218,119). Sum of RGB (Red+Green+Blue) = 168+218+119=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DA77 is #572588. Grayscale: #C0C0C0. Windows color (decimal): -5711241 or 7854760. OLE color: 7854760.

HSL color Cylindrical-coordinate representation of color #A8DA77: hue angle of 90.3º degrees, saturation: 0.57, 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 #A8DA77 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB168218119-
CMYK0.2300.450.15
HSL90.3º57.23%66.08%-
HSV(B)90.3º45.41%85.49%-
XYZ44.5559.826.65-
YUV191.7686.94111.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.27%
GREEN value IS 218 (85.55% from 255) = 43.17%
BLUE value IS 119 (46.88% from 255) = 23.56%
R=33.27%
G=43.17%
B=23.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682181190.2300.450.1590.357.2366.08
HexA8DA771702DF5a3942
Octal250332167270551713271102
Binary10101000110110101110111101110101101111110110101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DA77; }

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

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

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

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

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

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

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

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