#A8D979

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

Shades of Feijoa #A8D979

Tints of Feijoa #A8D979

Color information

#A8D979 (or 0xA8D979) is unknown color: approx Feijoa. HEX triplet: A8, D9 and 79. RGB value is (168,217,121). Sum of RGB (Red+Green+Blue) = 168+217+121=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D979 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D979 is #572686. Grayscale: #BFBFBF. Windows color (decimal): -5711495 or 7985576. OLE color: 7985576.

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

Color convert

RGB168217121-
CMYK0.2300.440.15
HSL90.62º55.81%66.27%-
HSV(B)90.62º44.24%85.1%-
XYZ44.4159.3327.2-
YUV191.488.27111.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.20%
GREEN value IS 217 (85.16% from 255) = 42.89%
BLUE value IS 121 (47.66% from 255) = 23.91%
R=33.20%
G=42.89%
B=23.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682171210.2300.440.1590.6255.8166.27
HexA8D9791702CF5b3842
Octal250331171270541713370102
Binary10101000110110011111001101110101100111110110111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D979; }

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

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

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

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

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

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

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

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