#A8D978

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

Shades of Feijoa #A8D978

Tints of Feijoa #A8D978

Color information

#A8D978 (or 0xA8D978) is unknown color: approx Feijoa. HEX triplet: A8, D9 and 78. RGB value is (168,217,120). Sum of RGB (Red+Green+Blue) = 168+217+120=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D978 is #572687. Grayscale: #BFBFBF. Windows color (decimal): -5711496 or 7920040. OLE color: 7920040.

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

Color convert

RGB168217120-
CMYK0.2300.450.15
HSL90.31º56.07%66.08%-
HSV(B)90.31º44.7%85.1%-
XYZ44.3559.3126.88-
YUV191.2987.77111.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.27%
GREEN value IS 217 (85.16% from 255) = 42.97%
BLUE value IS 120 (47.27% from 255) = 23.76%
R=33.27%
G=42.97%
B=23.76%

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
Decimal1682171200.2300.450.1590.3156.0766.08
HexA8D9781702DF5a3842
Octal250331170270551713270102
Binary10101000110110011111000101110101101111110110101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D978; }

 p { color: rgb(168,217,120); }

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

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

 a { background-color: rgb(168,217,120); }

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

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

 span { border-color: rgb(168,217,120); }

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