#A3CD78

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

Shades of Feijoa #A3CD78

Tints of Feijoa #A3CD78

Color information

#A3CD78 (or 0xA3CD78) is unknown color: approx Feijoa. HEX triplet: A3, CD and 78. RGB value is (163,205,120). Sum of RGB (Red+Green+Blue) = 163+205+120=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #A3CD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CD78 is #5C3287. Grayscale: #B7B7B7. Windows color (decimal): -6042248 or 7916963. OLE color: 7916963.

HSL color Cylindrical-coordinate representation of color #A3CD78: hue angle of 89.65º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A3CD78 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB163205120-
CMYK0.2000.410.20
HSL89.65º45.95%63.73%-
HSV(B)89.65º41.46%80.39%-
XYZ40.3352.8125.84-
YUV182.7592.59113.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.40%
GREEN value IS 205 (80.47% from 255) = 42.01%
BLUE value IS 120 (47.27% from 255) = 24.59%
R=33.40%
G=42.01%
B=24.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1632051200.2000.410.2089.6545.9563.73
HexA3CD7814029145a2e40
Octal243315170240512413256100
Binary101000111100110111110001010001010011010010110101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CD78; }

 p { color: rgb(163,205,120); }

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

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

 a { background-color: rgb(163,205,120); }

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

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

 span { border-color: rgb(163,205,120); }

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