#A3CD75

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

Shades of Feijoa #A3CD75

Tints of Feijoa #A3CD75

Color information

#A3CD75 (or 0xA3CD75) is unknown color: approx Feijoa. HEX triplet: A3, CD and 75. RGB value is (163,205,117). Sum of RGB (Red+Green+Blue) = 163+205+117=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #A3CD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CD75 is #5C328A. Grayscale: #B6B6B6. Windows color (decimal): -6042251 or 7720355. OLE color: 7720355.

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

Color convert

RGB163205117-
CMYK0.2000.430.20
HSL88.64º46.81%63.14%-
HSV(B)88.64º42.93%80.39%-
XYZ40.1552.7324.89-
YUV182.4191.09114.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.61%
GREEN value IS 205 (80.47% from 255) = 42.27%
BLUE value IS 117 (46.09% from 255) = 24.12%
R=33.61%
G=42.27%
B=24.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1632051170.2000.430.2088.6446.8163.14
HexA3CD751402B14592f3f
Octal24331516524053241315777
Binary10100011110011011110101101000101011101001011001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CD75; }

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

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

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

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

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

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

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

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