#A3DD78

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

Shades of Feijoa #A3DD78

Tints of Feijoa #A3DD78

Color information

#A3DD78 (or 0xA3DD78) is unknown color: approx Feijoa. HEX triplet: A3, DD and 78. RGB value is (163,221,120). Sum of RGB (Red+Green+Blue) = 163+221+120=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DD78 is #5C2287. Grayscale: #C0C0C0. Windows color (decimal): -6038152 or 7921059. OLE color: 7921059.

HSL color Cylindrical-coordinate representation of color #A3DD78: hue angle of 94.46º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3DD78 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB163221120-
CMYK0.2600.460.13
HSL94.46º59.76%66.86%-
HSV(B)94.46º45.7%86.67%-
XYZ44.3560.8627.18-
YUV192.1487.28107.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.34%
GREEN value IS 221 (86.72% from 255) = 43.85%
BLUE value IS 120 (47.27% from 255) = 23.81%
R=32.34%
G=43.85%
B=23.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632211200.2600.460.1394.4659.7666.86
HexA3DD781A02ED5e3c43
Octal243335170320561513674103
Binary10100011110111011111000110100101110110110111101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DD78; }

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

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

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

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

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

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

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

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