#A3CD56

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

Shades of Conifer #A3CD56

Tints of Conifer #A3CD56

Color information

#A3CD56 (or 0xA3CD56) is unknown color: approx Conifer. HEX triplet: A3, CD and 56. RGB value is (163,205,86). Sum of RGB (Red+Green+Blue) = 163+205+86=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 205 - color contains mainly: green. Hex color #A3CD56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CD56 is #5C32A9. Grayscale: #B3B3B3. Windows color (decimal): -6042282 or 5688739. OLE color: 5688739.

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

Color convert

RGB16320586-
CMYK0.2000.580.20
HSL81.18º54.34%57.06%-
HSV(B)81.18º58.05%80.39%-
XYZ38.6252.1216.83-
YUV178.8875.59116.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.90%
GREEN value IS 205 (80.47% from 255) = 45.15%
BLUE value IS 86 (33.98% from 255) = 18.94%
R=35.90%
G=45.15%
B=18.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal163205860.2000.580.2081.1854.3457.06
HexA3CD561403A14513639
Octal24331512624072241216671
Binary10100011110011011010110101000111010101001010001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CD56; }

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

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

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

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

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

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

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

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