#A8DC7C

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

Shades of Feijoa #A8DC7C

Tints of Feijoa #A8DC7C

Color information

#A8DC7C (or 0xA8DC7C) is unknown color: approx Feijoa. HEX triplet: A8, DC and 7C. RGB value is (168,220,124). Sum of RGB (Red+Green+Blue) = 168+220+124=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DC7C is #572383. Grayscale: #C1C1C1. Windows color (decimal): -5710724 or 8182952. OLE color: 8182952.

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

Color convert

RGB168220124-
CMYK0.2400.440.14
HSL92.5º57.83%67.45%-
HSV(B)92.5º43.64%86.27%-
XYZ45.3860.9728.44-
YUV193.5188.77109.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.81%
GREEN value IS 220 (86.33% from 255) = 42.97%
BLUE value IS 124 (48.83% from 255) = 24.22%
R=32.81%
G=42.97%
B=24.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682201240.2400.440.1492.557.8367.45
HexA8DC7C1802CE5c3a43
Octal250334174300541613472103
Binary10101000110111001111100110000101100111010111001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DC7C; }

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

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

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

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

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

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

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

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