#A8DC7F

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

Shades of Feijoa #A8DC7F

Tints of Feijoa #A8DC7F

Color information

#A8DC7F (or 0xA8DC7F) is unknown color: approx Feijoa. HEX triplet: A8, DC and 7F. RGB value is (168,220,127). Sum of RGB (Red+Green+Blue) = 168+220+127=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 127 (50% from 255 or 24.66% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DC7F is #572380. Grayscale: #C2C2C2. Windows color (decimal): -5710721 or 8379560. OLE color: 8379560.

HSL color Cylindrical-coordinate representation of color #A8DC7F: hue angle of 93.55º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8DC7F is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB168220127-
CMYK0.2400.420.14
HSL93.55º57.06%68.04%-
HSV(B)93.55º42.27%86.27%-
XYZ45.5761.0429.46-
YUV193.8590.27109.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.62%
GREEN value IS 220 (86.33% from 255) = 42.72%
BLUE value IS 127 (50% from 255) = 24.66%
R=32.62%
G=42.72%
B=24.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682201270.2400.420.1493.5557.0668.04
HexA8DC7F1802AE5e3944
Octal250334177300521613671104
Binary10101000110111001111111110000101010111010111101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DC7F; }

 p { color: rgb(168,220,127); }

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

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

 a { background-color: rgb(168,220,127); }

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

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

 span { border-color: rgb(168,220,127); }

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