#A8D77D

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

Shades of Feijoa #A8D77D

Tints of Feijoa #A8D77D

Color information

#A8D77D (or 0xA8D77D) is unknown color: approx Feijoa. HEX triplet: A8, D7 and 7D. RGB value is (168,215,125). Sum of RGB (Red+Green+Blue) = 168+215+125=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D77D is #572882. Grayscale: #BFBFBF. Windows color (decimal): -5712003 or 8247208. OLE color: 8247208.

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

Color convert

RGB168215125-
CMYK0.2200.420.16
HSL91.33º52.94%66.67%-
HSV(B)91.33º41.86%84.31%-
XYZ44.1558.4128.35-
YUV190.6990.93111.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.07%
GREEN value IS 215 (84.38% from 255) = 42.32%
BLUE value IS 125 (49.22% from 255) = 24.61%
R=33.07%
G=42.32%
B=24.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1682151250.2200.420.1691.3352.9466.67
HexA8D77D1602A105b3543
Octal250327175260522013365103
Binary101010001101011111111011011001010101000010110111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D77D; }

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

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

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

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

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

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

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

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